瀏覽代碼

转账状态不考虑是否已清

Qchen 2 年之前
父節點
當前提交
aa13330674
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
                 LEFT JOIN inv_account_incoice iai ON iai.account_id = ia.account_id
         WHERE
-            clear_flag = '1' and iai.del_flag ='0'
+            iai.del_flag ='0'
         GROUP BY
             ia.account_id
         ORDER BY