Преглед на файлове

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

chenshudong преди 1 ден
родител
ревизия
5b75478d0b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      airport-blocked/src/main/resources/mapper/blocked/BlockedMissCheckStatisticsMapper.xml

+ 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}, '%')