Commit c98c6563 by fudahua

fix:igbore被删除了修复

parent 680364ef
......@@ -255,7 +255,7 @@
select
<include refid="Base_Column_List"/>
from tab_haoban_pending_task
where enterprise_id = #{enterpriseId} and store_id =#{storeId} and task_status_flag=0
where enterprise_id = #{enterpriseId} and store_id =#{storeId} and task_status_flag=0 and delete_flag=0
<if test="finishFlag != -1">
and finish_flag = #{finishFlag}
</if>
......@@ -278,6 +278,7 @@
where enterprise_id = #{enterpriseId}
and store_id =#{storeId}
and task_status_flag=0
and delete_flag=0
and finish_flag =0
<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