|
@@ -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>
|
|
|
|