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

添加事项分类相关信息表

parent 0381940e
...@@ -137,7 +137,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService { ...@@ -137,7 +137,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