demand: TMS-运单管理-所有运单查询分页逻辑修改
This commit is contained in:
parent
98a30eb37c
commit
46cf99ad85
@ -2568,6 +2568,7 @@
|
||||
<if test="takePieceEmployeeCode != null and takePieceEmployeeCode != ''"> and exists (select 1 from sys_user su1, sys_user su2 where su1.emp_code = #{takePieceEmployeeCode} and su2.emp_code = a.take_piece_employee_code and su1.emp_name = su2.emp_name and su1.del_flag='0' and su2.del_flag='0')</if>
|
||||
|
||||
|
||||
<include refid="salesSupportFilter"/>
|
||||
<if test="sendDate != null "> and send_date = #{sendDate}</if>
|
||||
<if test="dispatchManCode != null and dispatchManCode != ''"> and dispatch_man_code=#{dispatchManCode}</if>
|
||||
<if test="dispatchSiteCode != null and dispatchSiteCode != ''"> and dispatch_site_code=#{dispatchSiteCode}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user