summaryrefslogtreecommitdiff
path: root/src/main/resources/mappers/CommandMapper.xml
diff options
context:
space:
mode:
authormiaohao <[email protected]>2024-09-09 14:54:21 +0800
committermiaohao <[email protected]>2024-09-09 14:54:21 +0800
commit97ec7a1279d976b1f6fba491c37bd7fde97586ea (patch)
tree7759d3e79ed8c80487b08a99f574b991da9f3cca /src/main/resources/mappers/CommandMapper.xml
parent9cfff8895aab20cb6221134b01e43b915dfd4454 (diff)
ft:
动态、静态任务生成指令写入数据库时,根据多局点下发多个指令
Diffstat (limited to 'src/main/resources/mappers/CommandMapper.xml')
-rw-r--r--src/main/resources/mappers/CommandMapper.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/mappers/CommandMapper.xml b/src/main/resources/mappers/CommandMapper.xml
index 3ebb6af..00f65f3 100644
--- a/src/main/resources/mappers/CommandMapper.xml
+++ b/src/main/resources/mappers/CommandMapper.xml
@@ -737,6 +737,13 @@
<if test="command_info.fiveTupleWithMask.maskProtocol != null">
AND MASK_PROTOCOL = #{command_info.fiveTupleWithMask.maskProtocol}
</if>
+ <if test="command_info.taskAct != null">
+ AND TASK_ACT = #{command_info.taskAct}
+ </if>
+ <if test="command_info.distributePoint != null">
+ AND DISTRIBUTEPOINT = #{command_info.distributePoint}
+ </if>
+
</where>
</select>
<select id="queryCommandTotalNum" resultType="java.lang.Integer">