@@ -328,6 +328,9 @@
<if test="vo.source !=null and vo.source != ''">
and sd.management_source=#{source}
</if>
+ <if test="vo.auditingUserName != null and vo.auditingUserName != ''">
+ and a.auditing_user_id = #{vo.auditingUserName}
+ </if>
</where>
</select>
</mapper>