Commit b80e5084 by fudahua

待办以及消息

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