diff options
Diffstat (limited to 'src/main/resources/mappers/CommandMapper.xml')
| -rw-r--r-- | src/main/resources/mappers/CommandMapper.xml | 7 |
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"> |
