|
@ -677,6 +677,7 @@ public class OperationLogAspect { |
|
|
|
|
|
|
|
|
if (Objects.equals(identification, "ac_out_1_en")) { |
|
|
if (Objects.equals(identification, "ac_out_1_en")) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remark.append("220V输出1").append(Objects.equals(value, UniversalEnum.ONE.getValue()) ? UniversalEnum.UNPACK.getValue() : UniversalEnum.OFF.getValue()); |
|
|
remark.append("220V输出1").append(Objects.equals(value, UniversalEnum.ONE.getValue()) ? UniversalEnum.UNPACK.getValue() : UniversalEnum.OFF.getValue()); |
|
|
|
|
|
|
|
|
} else if (Objects.equals(identification, "ac_out_2_en")) { |
|
|
} else if (Objects.equals(identification, "ac_out_2_en")) { |
|
@ -691,8 +692,10 @@ public class OperationLogAspect { |
|
|
|
|
|
|
|
|
remark.append("12V输出2").append(Objects.equals(value, UniversalEnum.ONE.getValue()) ? UniversalEnum.UNPACK.getValue() : UniversalEnum.OFF.getValue()); |
|
|
remark.append("12V输出2").append(Objects.equals(value, UniversalEnum.ONE.getValue()) ? UniversalEnum.UNPACK.getValue() : UniversalEnum.OFF.getValue()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else if (Objects.equals(identification, "fan_out_en")) { |
|
|
} else if (Objects.equals(identification, "fan_out_en")) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remark.append("风扇").append(Objects.equals(value, UniversalEnum.ONE.getValue()) ? UniversalEnum.UNPACK.getValue() : UniversalEnum.OFF.getValue()); |
|
|
remark.append("风扇").append(Objects.equals(value, UniversalEnum.ONE.getValue()) ? UniversalEnum.UNPACK.getValue() : UniversalEnum.OFF.getValue()); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|