Commit f734f942 by fudahua

feat:逾期失效查询过滤以及筛选

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