소스 검색

转账状态不考虑是否已清

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