guarantee-lsq hace 2 años
padre
commit
5403460db0

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

@@ -334,6 +334,9 @@
             <if test="reportLeaderId!=null and  reportLeaderId!=''">
                 and form.report_leader_id=#{reportLeaderId}
             </if>
+            <if test="verifyRepairUserId != null and verifyRepairUserId != ''">
+                and form.verify_repair_user_id = #{verifyRepairUserId}
+            </if>
         </where>
         group by status
     </select>
@@ -441,6 +444,9 @@
             <if test="reportLeaderId!=null and reportLeaderId!=''">
                 and form.report_leader_id=#{reportLeaderId}
             </if>
+            <if test="verifyRepairUserId != null and verifyRepairUserId != ''">
+                and form.verify_repair_user_id = #{verifyRepairUserId}
+            </if>
         </where>
     </select>