ソースを参照

1.控制台钱包电销调整

wuhp 1 年間 前
コミット
93c1fe0361

+ 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 != '' ">