md
This commit is contained in:
parent
ff97985830
commit
33c6bc829f
@ -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} )
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user