瀏覽代碼

增加设备位置筛选

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"