diff options
Diffstat (limited to 'src/main/resources/mappers/CommandMapper.xml')
| -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 d65fa20..404d167 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, TASK_NAME, EVENT_TYPE, DEPARTMENT, DISTRIBUTEPOINT, FREQUENCY, + COMMAND_ID, TASK_ID, TASK_ACT, TASKNAME, EVENT_TYPE, 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, |
