From fa9218f73211180ef16b2fef5640825b5e6d7ca3 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 24 Jun 2024 21:11:22 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 1 + 1 file changed, 1 insertion(+) 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}