|
@@ -80,7 +80,7 @@
|
|
|
left join ${database_system}.sys_dept d on d.dept_id = cthpt.dept_id
|
|
|
where cthpt.type = 2 and cthpt.status = 'water_task_status_1'
|
|
|
<if test="planName != null and planName != ''">
|
|
|
- and cthpt.plan_name = #{planName}
|
|
|
+ and cthpt.plan_name like concat('%', #{planName}, '%')
|
|
|
</if>
|
|
|
${params.dataScope}
|
|
|
ORDER BY cthpt.create_time desc
|