Commit 19d7863d authored by fangxinjiang's avatar fangxinjiang

定时任务更新-fxj

parent 3d2e782a
......@@ -833,7 +833,8 @@
where
a.expected_collection_time is not null
and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE()
and a.process_status in ('1','2','4','8','9')
<!-- '1','2','4','8','9' 改为 '1','2'-->
and a.process_status in ('1','2')
and a.type_sub = '1' and a.IS_REFUSE ='1' and a.IS_LEAVE ='1'
</select>
</mapper>
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