From d0c7edff8a0fddb3e6f79a17a6e151bac25482f4 Mon Sep 17 00:00:00 2001 From: hzj <826100833@qq.com> Date: Wed, 27 Nov 2024 15:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=8B=9B=E6=97=A5=E5=BF=97=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/PortableOfflLogServiceImpl.java | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/service/impl/PortableOfflLogServiceImpl.java b/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/service/impl/PortableOfflLogServiceImpl.java index 3218f96..963a153 100644 --- a/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/service/impl/PortableOfflLogServiceImpl.java +++ b/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/service/impl/PortableOfflLogServiceImpl.java @@ -267,7 +267,7 @@ public class PortableOfflLogServiceImpl extends ServiceImpl portableOfflLogs = new ArrayList<>(); for(MultipartFile file : uploadDataParam.getFiles()){ //初始上传日志基本信息 @@ -281,11 +281,16 @@ public class PortableOfflLogServiceImpl extends ServiceImpl pqdData = (List) response.getObj(); pqdData.forEach(temp->{ temp.setClDid(cdid); @@ -334,6 +339,7 @@ public class PortableOfflLogServiceImpl extends ServiceImpl