Commit 414942ff by fudahua

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

待办-今日待办

See merge request !133
parents 72448ccf 3297d312
......@@ -246,10 +246,10 @@
from tab_haoban_pending_task
where enterprise_id = #{enterpriseId} and store_id =#{storeId}
<if test="finishFlag != -1">
and finish_flag = #{finish_flag}
and finish_flag = #{finishFlag}
</if>
<if test="overdueFlag != -1">
and overdue_flag = #{overdue_flag}
and overdue_flag = #{overdueFlag}
</if>
<if test="clerkId != null">
and clerk_id = #{clerkId}
......
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