From 6140c5980f1f2a65db94856d75621c2957bc83ab Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 1 Sep 2024 23:53:59 +0800 Subject: [PATCH] md --- .../main/resources/mapper/EmisWaybillMapper.xml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 049e4ef22..81eb5f6a6 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -955,7 +955,6 @@ and a.send_date #{params.endDate} - and a.send_date = ]]> #{params.beginSendDate} @@ -971,7 +970,7 @@ - + and ( a.send_site_code in ( SELECT t1.site_code FROM ( @@ -982,18 +981,8 @@ 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.take_piece_employee_code is null) + ) )