guarantee-lsq 2 жил өмнө
parent
commit
7a51fb4197

+ 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"