From f53b331bb280e88ecf51f27b29a8201ade404610 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 8 Oct 2024 10:03:13 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 2c34fbbb7..b74f5f32a 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1139,7 +1139,7 @@ and register_date = #{registerDate} and register_man_code= #{registerManCode} and take_piece_employee_code=#{takePieceEmployeeCode} - and send_site_code=#{sendSiteCode} + and FIND_IN_SET(`send_site_code`,#{sendSiteCode}) and send_date = #{sendDate} and dispatch_man_code=#{dispatchManCode} and dispatch_site_code=#{dispatchSiteCode}