ft:
1、指令状态记录bug fix 2、审计日志中心修改同步 3、User实体增加中心权限系统新添加字段
This commit is contained in:
@@ -375,4 +375,9 @@ public class CommandService {
|
||||
String logId = UUID.randomUUID().toString();
|
||||
commandMapper.insertCommandHistoryWithStatusWithTime(commandUUID, logId, commandStatus, lastTrafficQueryTime);
|
||||
}
|
||||
|
||||
public void insertCommandHistoryWithTimeWithTraffic(String commandUUID, Integer commandStatusNum, LocalDateTime lastRCPQueryTime, Long totalPacketNum) {
|
||||
String logId = UUID.randomUUID().toString();
|
||||
commandMapper.insertCommandHistoryWithStatusWithTimeWithTraffic(commandUUID, logId, commandStatusNum, lastRCPQueryTime, totalPacketNum);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user