diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 2a9327e02..4aff98d72 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -615,6 +615,7 @@ and a.trans_line_type in( select line_code from emis_trans_line etl where etl.trans_type=1 ) + and a.send_site_code=#{params.privSiteCode} and a.current_site_code=#{params.privSiteCode}