summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPushM <[email protected]>2024-04-23 21:09:13 +0800
committerPushM <[email protected]>2024-04-23 21:09:13 +0800
commite059afb216e9fc5205d2212f19cf017527ebbc83 (patch)
tree832915e444266718fc45ad6e2cc9e817cb3d118b
parentb03eb6e993588395355cab1a3d853786588d8f59 (diff)
1、commandmapper中TASK_NAME有误,改为TASKNAME
-rw-r--r--src/main/resources/mappers/CommandMapper.xml2
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,