Commit f47e75d8 authored by 赵啸非's avatar 赵啸非

添加部分

parent 35f870e7
Pipeline #2765 canceled with stages
...@@ -125,7 +125,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService { ...@@ -125,7 +125,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService {
if (!ObjectUtils.isEmpty(updateDeviceLsit)) { if (!ObjectUtils.isEmpty(updateDeviceLsit)) {
log.info("设备更新,size:{}", updateDeviceLsit.size()); log.info("设备更新,size:{}", updateDeviceLsit.size());
//deviceService.update(updateDeviceLsit); deviceService.update(updateDeviceLsit);
} }
if (!ObjectUtils.isEmpty(saveDeviceList)) { if (!ObjectUtils.isEmpty(saveDeviceList)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment