|
|
@ -243,6 +243,9 @@ public class OperationLogAspect { |
|
|
|
|
|
|
|
|
|
|
|
if ((Objects.equals(deviceType, "2") || Objects.equals(deviceType, "5")) && Objects.nonNull(operLog.getId())) { |
|
|
|
|
|
|
|
for (int i = 0; i < devices.size(); i++) { |
|
|
|
|
|
|
|
DcPublishManage dcPublishManage = new DcPublishManage(); |
|
|
|
|
|
|
|
if (Objects.equals(state, "0") && Objects.equals(String.valueOf(((AjaxResult) jsonResult).get("code")), "200")) { |
|
|
@ -266,9 +269,10 @@ public class OperationLogAspect { |
|
|
|
dcPublishManage.setPublishChannels(7); |
|
|
|
} |
|
|
|
|
|
|
|
dcPublishManage.setContentDetails(contentDetails); |
|
|
|
dcPublishManage.setContentDetails(String.valueOf(pointArgs)); |
|
|
|
dcPublishManageService.insertDcPublishManage(dcPublishManage); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} else if (operUrl.contains("functions")) { |
|
|
|