소스 검색

增加设备位置筛选

guarantee-lsq 2 년 전
부모
커밋
7a51fb4197
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

@@ -113,6 +113,9 @@
             <if test="reportLeaderId != null and reportLeaderId != ''">
                 and application.report_leader_id = #{reportLeaderId}
             </if>
+            <if test="sbPositionId != null and sbPositionId != ''">
+                and sb.position_id = #{sbPositionId}
+            </if>
         </where>
     </select>
     <select id="selectById" parameterType="java.lang.Object"