Commit b80e5084 by fudahua

待办以及消息

parent cfb27a45
......@@ -254,7 +254,7 @@
<if test="clerkId != null">
and clerk_id = #{clerkId}
</if>
<if test="taskType != null">
<if test="taskType!=-1">
and task_type = #{taskType}
</if>
order by overdue_time desc
......
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