Commit e1d5f550 by fudahua

Merge branch 'feature-daiban-12-14' into 'developer'

待办以及消息

See merge request !138
parents 02639d67 b80e5084
......@@ -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