瀏覽代碼

财务已提现 搜索条件bug修复

785834757 5 月之前
父節點
當前提交
c394885056
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/mapper/modules/admin/SysAmountAuditingMapper.xml

+ 3 - 0
src/main/resources/mapper/modules/admin/SysAmountAuditingMapper.xml

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