From e373408852ae249beb134dc033d371b1ee3043a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 15 Jan 2026 09:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4-=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=95=B0=E6=8D=AE=E6=B1=A0=E6=97=B6=EF=BC=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B1=A0=E7=B1=BB=E5=9E=8B=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biz/datapool/service/impl/CareDataPoolServiceImpl.java | 3 ++- .../datapool/service/impl/InvoicingDataPoolServiceImpl.java | 3 ++- .../datapool/service/impl/LogisticsDataPoolServiceImpl.java | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/service/impl/CareDataPoolServiceImpl.java b/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/service/impl/CareDataPoolServiceImpl.java index ea4ebdab..9cd308f2 100644 --- a/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/service/impl/CareDataPoolServiceImpl.java +++ b/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/datapool/service/impl/CareDataPoolServiceImpl.java @@ -57,7 +57,6 @@ public class CareDataPoolServiceImpl extends ServiceImpl planList = baseMapper.queryPlanList(entity);//获取计划 if(planList.size()>0){ for(DirectiveDataPool plan : planList){ - plan.setPoolType("1"); DirectiveDataPool pool = dataPoolService.queryPoolOne(plan); if(pool!=null){ continue; @@ -88,6 +87,7 @@ public class CareDataPoolServiceImpl extends ServiceImpl planList = baseMapper.queryPlanList(entity);//获取计划 if(planList.size()>0){ for(DirectiveDataPool plan : planList){ - plan.setPoolType("3"); DirectiveDataPool pool = dataPoolService.queryPoolOne(plan); if(pool!=null){ continue; @@ -87,6 +86,7 @@ public class InvoicingDataPoolServiceImpl extends ServiceImpl planList = baseMapper.queryPlanList(entity);//获取计划 if(planList.size()>0){ for(DirectiveDataPool plan : planList){ - plan.setPoolType("1"); DirectiveDataPool pool = dataPoolService.queryPoolOne(plan); if(pool!=null){ continue; @@ -86,6 +85,7 @@ public class LogisticsDataPoolServiceImpl extends ServiceImpl