Browse Source

漏检统计表-补充查询筛选条件

chenshudong 1 day ago
parent
commit
5b75478d0b

+ 3 - 0
airport-blocked/src/main/resources/mapper/blocked/BlockedMissCheckStatisticsMapper.xml

@@ -124,6 +124,9 @@
124
             </if>
124
             </if>
125
             <if test="difficultyLevel != null  and difficultyLevel != ''">and difficulty_level = #{difficultyLevel}</if>
125
             <if test="difficultyLevel != null  and difficultyLevel != ''">and difficulty_level = #{difficultyLevel}</if>
126
             <if test="gender != null  and gender != ''">and gender = #{gender}</if>
126
             <if test="gender != null  and gender != ''">and gender = #{gender}</if>
127
+            <if test="discriminationType != null  and discriminationType != ''">
128
+                and discrimination_type = #{discriminationType}
129
+            </if>
127
             <if test="actingSupervisorId != null ">and acting_supervisor_id = #{actingSupervisorId}</if>
130
             <if test="actingSupervisorId != null ">and acting_supervisor_id = #{actingSupervisorId}</if>
128
             <if test="actingSupervisorName != null  and actingSupervisorName != ''">and acting_supervisor_name like
131
             <if test="actingSupervisorName != null  and actingSupervisorName != ''">and acting_supervisor_name like
129
                 concat('%', #{actingSupervisorName}, '%')
132
                 concat('%', #{actingSupervisorName}, '%')