|
@@ -704,10 +704,10 @@ GROUP BY planNo;
|
|
|
select plan_num as cCode from sy_plan_statistics
|
|
select plan_num as cCode from sy_plan_statistics
|
|
|
where del_flag = 0
|
|
where del_flag = 0
|
|
|
<if test="e.remarks!=null and e.remarks!=''">
|
|
<if test="e.remarks!=null and e.remarks!=''">
|
|
|
- and remarks LIKE CONCAT('%',#{remarks},'%')
|
|
|
|
|
|
|
+ and remarks LIKE CONCAT('%',#{e.remarks},'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="e.planMan!=null and e.planMan!=''">
|
|
<if test="e.planMan!=null and e.planMan!=''">
|
|
|
- and plan_man = #{planMan}
|
|
|
|
|
|
|
+ and plan_man = #{e.planMan}
|
|
|
</if>
|
|
</if>
|
|
|
<if test='e.readyEndDateB !="" and e.readyEndDateE != null'>
|
|
<if test='e.readyEndDateB !="" and e.readyEndDateE != null'>
|
|
|
and ready_end_date between #{e.readyEndDateB} and #{e.readyEndDateE}
|
|
and ready_end_date between #{e.readyEndDateB} and #{e.readyEndDateE}
|