Commit 0a48e5f4 authored by duanzhihong's avatar duanzhihong

查找

parent b12af649
......@@ -93,11 +93,11 @@
<if test="taskStatus != null and taskStatus != ''">
and task.TASK_STATUS = #{taskStatus}
</if>
<if test="isReturn != null and isReturn == '0'">
<if test="isReturn != null and isReturn == 0">
and cate.is_valid = 1 and task.task_status in (0,4,5)
</if>
<if test="isReturn != null and isReturn == '1'">
(and cate.is_valid = 0 or cate.is_valid is null)
<if test="isReturn != null and isReturn == 1">
and cate.is_valid = 0 or cate.is_valid is null
</if>
</where>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment