1、实现操作日志获取userip并发送
2、增加createCommandsTest 为了生成测试指令 3、事件类型增加用户部门、动作校验。在字典表中为每个事件类型增加了支持的部门code和动作
This commit is contained in:
@@ -15,6 +15,11 @@ public interface CommandMapper {
|
||||
|
||||
void createCommands(@Param("command_infos") List<TaskCommandInfo> taskCommandInfos);
|
||||
|
||||
void createCommandsTest(@Param("command_infos") List<TaskCommandInfo> taskCommandInfos,
|
||||
@Param("session_num") Integer sessionNum,
|
||||
@Param("byte_num") Integer byteNum);
|
||||
|
||||
|
||||
Boolean stopCommandsByTaskId(@Param("task_id") Long taskId);
|
||||
|
||||
@DS("doris")
|
||||
|
||||
Reference in New Issue
Block a user