소스 검색

1.控制台钱包电销调整

wuhp 1 년 전
부모
커밋
93c1fe0361
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/resources/mapper/modules/admin/DeptBalanceMapper.xml

+ 1 - 2
src/main/resources/mapper/modules/admin/DeptBalanceMapper.xml

@@ -220,8 +220,7 @@
         left join sys_amount_auditing saa on saa.id =his.auditiing_id
         left join sys_user su on su.id =his.user_id
         WHERE
-        his.property !=1
-        and his.property !=2
+        his.property in('4','3')
         AND his.documentary = '2'
         and  (ins.del_flag = '1' or o.del_flag IS NULL or o.del_flag = 1)
         <if test="beginDate !=null and beginDate != '' and endDate !=null and endDate != '' ">