From 9b4ffdcde2998531156fce61fd17179eb715b92c Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 10 Oct 2025 11:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=8C=87=E4=BB=A4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/NuBizNuCustomerServerServiceImpl.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/service/impl/NuBizNuCustomerServerServiceImpl.java b/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/service/impl/NuBizNuCustomerServerServiceImpl.java index b76a25ed..2eb801b3 100644 --- a/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/service/impl/NuBizNuCustomerServerServiceImpl.java +++ b/nursing-unit-api/src/main/java/com/nu/modules/NuBizNuCustomerServer/service/impl/NuBizNuCustomerServerServiceImpl.java @@ -50,7 +50,7 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl map = new HashMap<>(); - map.put("id",par.getId()); + map.put("directiveId",par.getId()); map.put("directiveName",par.getDirectiveName()); map.put("categoryName",par.getCategoryName()); map.put("typeName",par.getTypeName()); @@ -60,6 +60,8 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl