PDA任务列表展示顺序只展示当天的

master
wws 1 year ago
parent f349941a94
commit 87fd4374f6

@ -180,6 +180,7 @@
where eo.plan_type = #{planType}
and eo.del_flag = '0'
and eo.order_status != '1'
and CONVERT(date,eo.create_time) = CONVERT(date,GETDATE())
and eo.order_code in (select order_code
from equ_order_person
where del_flag = '0'

Loading…
Cancel
Save