From 5892156c1403930776210de01440d0c914790a1b Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 2 Apr 2025 13:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=890?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/NuBizNuCustomerServerServiceImpl.java | 3 ++- 1 file changed, 2 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 3e4b543..92e0d98 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 @@ -41,7 +41,7 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl groupList = baseMapper.selectList(nuBizNuCustomerServerQueryWrapper); - String groupPositioning[] = {"00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"}; + String groupPositioning[] = {"0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23"}; List> allList = new ArrayList<>(); for(String groupPositioning1 : groupPositioning){ Map posMap = new HashMap<>(); @@ -52,6 +52,7 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl map = new HashMap<>(); map.put("id",par.getId()); map.put("directiveName",par.getDirectiveName()); + map.put("typeName",par.getTypeName()); map.put("tagName",par.getTagName()); map.put("startTime",par.getStartTime()); map.put("endTime",par.getEndTime());