From 41958767f73cfe3936dd97b8121aaee20f996c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Fri, 16 Jan 2026 15:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4-=E7=BC=A9?= =?UTF-8?q?=E5=87=8F=E6=97=A0=E7=94=A8=E5=86=97=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/biz/datapool/mapper/xml/CareDataPoolMapper.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/mapper/xml/CareDataPoolMapper.xml b/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/mapper/xml/CareDataPoolMapper.xml index 7739e5d3..688f71bd 100644 --- a/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/mapper/xml/CareDataPoolMapper.xml +++ b/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/mapper/xml/CareDataPoolMapper.xml @@ -49,13 +49,12 @@ select count(*) from nu_biz_nu_directive_order where nu_id = #{nuId} - and elder_id = #{elderId} and start_time >= #{optTime} - + AND directive_id = #{directiveId} - - AND package_id = #{packageId} + + AND package_id = #{directiveId}