Просмотр исходного кода

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

785834757 5 месяцев назад
Родитель
Сommit
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 != ''">
             <if test="vo.source !=null  and vo.source != ''">
                 and sd.management_source=#{source}
                 and sd.management_source=#{source}
             </if>
             </if>
+            <if test="vo.auditingUserName != null and vo.auditingUserName != ''">
+                and a.auditing_user_id = #{vo.auditingUserName}
+            </if>
         </where>
         </where>
     </select>
     </select>
 </mapper>
 </mapper>