From 95d8ea7a076174c13d1d2bb6ec764739d9fcba2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 5 Nov 2025 16:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4=E5=8C=85?= =?UTF-8?q?=E8=8E=B7=E5=8F=96xml=E8=AF=AD=E5=8F=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/NuBizNuCustomerServerMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/mapper/xml/NuBizNuCustomerServerMapper.xml b/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/mapper/xml/NuBizNuCustomerServerMapper.xml index a8dddfc6..02468cb2 100644 --- a/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/mapper/xml/NuBizNuCustomerServerMapper.xml +++ b/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/mapper/xml/NuBizNuCustomerServerMapper.xml @@ -24,7 +24,7 @@ left join nu_config_service_instruction_tag e on b.instruction_tag_id = e.id left join sys_dict_item f on f.dict_id = '1900374791386140674' and f.item_value = b.cycle_type - + AND a.package_id = #{params.packageId}