This commit is contained in:
linfso 2025-03-09 00:06:19 +08:00
parent ff97985830
commit 33c6bc829f

View File

@ -685,6 +685,7 @@
and a.bl_sign=#{blSign}
</if>
<if test="params.beginDate != null and params.beginDate != ''">
and a.send_date <![CDATA[ >= ]]> #{params.beginDate}
</if>
@ -718,7 +719,9 @@
SELECT #{params.privSiteCode} FROM dual
)
and (
a.take_piece_employee_code=#{params.privEmpCode} or (a.take_piece_employee_code is null)
a.take_piece_employee_code=#{params.privEmpCode}
or (a.pickup_method in('1','3') and a.operate_employee_code is null )
or (a.operate_employee_code=#{params.privEmpCode} )
)
)