diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 249fab2f5..d3af46b5e 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1290,7 +1290,7 @@ ) - + and ( @@ -1315,8 +1315,6 @@ or EXISTS (select 1 from emis_tms_scan_record etsr where a.bill_code=etsr.main_bill_code and etsr.scan_site_code=#{params.privSiteCode}) - - or a.salesmen=#{params.privEmpName} or a.payee=#{params.privEmpName} or a.operate_employee_code=#{params.privEmpCode}