Преглед изворни кода

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