Просмотр исходного кода

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

chenshudong 1 день назад
Родитель
Сommit
5b75478d0b

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

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