|
|
@ -150,6 +150,9 @@
|
|
|
|
<if test="req.plannedYear !=null and req.plannedYear !=''">
|
|
|
|
<if test="req.plannedYear !=null and req.plannedYear !=''">
|
|
|
|
and a.planned_year =#{req.plannedYear}
|
|
|
|
and a.planned_year =#{req.plannedYear}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="req.status !=null and req.status !=''">
|
|
|
|
|
|
|
|
and a.status =#{req.status}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="req.enterpriseName !=null and req.enterpriseName !=''">
|
|
|
|
<if test="req.enterpriseName !=null and req.enterpriseName !=''">
|
|
|
|
and a.enterprise_name like concat('%', #{req.enterpriseName}, '%')
|
|
|
|
and a.enterprise_name like concat('%', #{req.enterpriseName}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|