소스 검색

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

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