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