diff options
| author | PushM <[email protected]> | 2024-04-23 21:19:26 +0800 |
|---|---|---|
| committer | PushM <[email protected]> | 2024-04-23 21:19:26 +0800 |
| commit | bb1c41bec43854d4b189cde1e21430201ad8ae40 (patch) | |
| tree | 147e87fa1acd90da071687fb64951fdb86985b4e | |
| parent | fbde83ea5784cb4dc572a830f5a89be916d929e4 (diff) | |
| parent | 01ee96e0b62af169ace9a910bb05d610a6a352df (diff) | |
Merge remote-tracking branch 'origin/master' into haskafkahaskafka
| -rw-r--r-- | src/main/resources/mappers/CommandMapper.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mappers/CommandMapper.xml b/src/main/resources/mappers/CommandMapper.xml index 404d167..a822056 100644 --- a/src/main/resources/mappers/CommandMapper.xml +++ b/src/main/resources/mappers/CommandMapper.xml @@ -26,7 +26,7 @@ <insert id="createCommands" parameterType="com.realtime.protection.configuration.entity.task.TaskCommandInfo"> insert into t_command( - COMMAND_ID, TASK_ID, TASK_ACT, TASKNAME, EVENT_TYPE, DEPARTMENT, DISTRIBUTEPOINT, FREQUENCY, + COMMAND_ID, TASK_ID, TASK_ACT, TASKNAME, EVENTTYPE, DEPARTMENT, DISTRIBUTEPOINT, FREQUENCY, ADDR_TYPE, SRC_IP, SRC_PORT, DST_IP, DST_PORT, PROTOCOL, MASK_SRC_IP, MASK_SRC_PORT, MASK_DST_IP, MASK_DST_PORT, MASK_PROTOCOL, VALID_TIME, INVALID_TIME, IS_VALID, IS_JUDGED, |
