Browse Source

转账状态不考虑是否已清

Qchen 2 years ago
parent
commit
aa13330674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/modules/inv/InvAccountMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/inv/InvAccountMapper.xml

@@ -193,7 +193,7 @@
             inv_account ia
             inv_account ia
                 LEFT JOIN inv_account_incoice iai ON iai.account_id = ia.account_id
                 LEFT JOIN inv_account_incoice iai ON iai.account_id = ia.account_id
         WHERE
         WHERE
-            clear_flag = '1' and iai.del_flag ='0'
+            iai.del_flag ='0'
         GROUP BY
         GROUP BY
             ia.account_id
             ia.account_id
         ORDER BY
         ORDER BY