Commit d0413da5 by 墨竹

Merge remote-tracking branch 'origin/developer' into developer

parents 4e367a3e 414942ff
...@@ -246,10 +246,10 @@ ...@@ -246,10 +246,10 @@
from tab_haoban_pending_task from tab_haoban_pending_task
where enterprise_id = #{enterpriseId} and store_id =#{storeId} where enterprise_id = #{enterpriseId} and store_id =#{storeId}
<if test="finishFlag != -1"> <if test="finishFlag != -1">
and finish_flag = #{finish_flag} and finish_flag = #{finishFlag}
</if> </if>
<if test="overdueFlag != -1"> <if test="overdueFlag != -1">
and overdue_flag = #{overdue_flag} and overdue_flag = #{overdueFlag}
</if> </if>
<if test="clerkId != null"> <if test="clerkId != null">
and clerk_id = #{clerkId} 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