|
|
@ -208,6 +208,8 @@ public class OperationLogAspect { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
remark.append(deviceName); |
|
|
|
|
|
|
|
String hashMap = Objects.equals(deviceType, UniversalEnum.FIVE.getValue()) ? |
|
|
|
UniversalEnum.RELEASE_VOICE_BROADCAST.getValue() : |
|
|
|
String.valueOf( |
|
|
@ -217,7 +219,7 @@ public class OperationLogAspect { |
|
|
|
((HashMap<String, Object>) (DEVICEFUNCTIONNAME.get(deviceType))) |
|
|
|
.get(functionId)); |
|
|
|
|
|
|
|
remark.append(deviceName).append(UniversalEnum.INVOKE.getValue()).append(hashMap).append(UniversalEnum.FEATURE.getValue()); |
|
|
|
remark.append(UniversalEnum.INVOKE.getValue()).append(hashMap).append(UniversalEnum.FEATURE.getValue()); |
|
|
|
|
|
|
|
if (i1 < functions.size() - UniversalEnum.ONE.getNumber()) { |
|
|
|
remark.append(UniversalEnum.SEMICOLON.getValue()); |
|
|
@ -237,7 +239,7 @@ public class OperationLogAspect { |
|
|
|
} |
|
|
|
|
|
|
|
if (i < (devices.size() - UniversalEnum.ONE.getNumber())) { |
|
|
|
remark.append(UniversalEnum.SEMICOLON.getValue()); |
|
|
|
remark.append(UniversalEnum.COMMA.getValue()); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|