lxw
2023-12-23 eab7abe6b04f61458dd81b0a9899af159c88cb69
src/main/java/com/whyc/service/CKPowerDevHrTestParamService.java
@@ -50,7 +50,6 @@
            log.setCmdType(CMD_Constant.CMD_GetBattDisParam);
            log.setBattIndex(0);
            log.setMonNum(0);
            log.setValue(LogOpEnum.getValueByKey(CMD_Constant.CMD_GetBattDisParam));
            setLogService.add(log);
        }
        return opStatus;
@@ -74,7 +73,6 @@
            log.setCmdType(CMD_Constant.CMD_GetDevIP);
            log.setMonNum(0);
            log.setBattIndex(0);
            log.setValue(LogOpEnum.getValueByKey(CMD_Constant.CMD_GetDevIP));
            setLogService.add(log);
        }
        return opStatus;
@@ -122,7 +120,6 @@
            log.setCmdType(opCmd);
            log.setMonNum(0);
            log.setBattIndex(0);
            log.setValue(LogOpEnum.getValueByKey(opCmd));
            setLogService.add(log);
        }
        return opStatus;