|
|
@ -88,7 +88,7 @@ |
|
|
and a.task_name like concat('%', #{taskName}, '%') |
|
|
and a.task_name like concat('%', #{taskName}, '%') |
|
|
</if> |
|
|
</if> |
|
|
<if test="areaTaskName != null and areaTaskName != ''"> |
|
|
<if test="areaTaskName != null and areaTaskName != ''"> |
|
|
and a.area_name like concat('%', #{areaTaskName}, '%') |
|
|
|
|
|
|
|
|
and b.area_name like concat('%', #{areaTaskName}, '%') |
|
|
</if> |
|
|
</if> |
|
|
<if test="taskCode != null and taskCode != ''">and a.task_code = #{taskCode}</if> |
|
|
<if test="taskCode != null and taskCode != ''">and a.task_code = #{taskCode}</if> |
|
|
<if test="taskState != null and taskState != ''">and a.task_state = #{taskState}</if> |
|
|
<if test="taskState != null and taskState != ''">and a.task_state = #{taskState}</if> |
|
|
|