ccjgmwz 3 lat temu
rodzic
commit
9963020875

+ 2 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/PaymentManagementMapper.xml

@@ -15,6 +15,7 @@
         left join common_company_identity cci on  cci.com_id = a.comp_id  and cci.delete_flag = 0
         WHERE a.delete_flag = '0'
         and cci.identity_id = i.id
+        and a.status_flag != 99
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
                 AND a.status='待结算'  and a.approve_status is not null
@@ -157,6 +158,7 @@
         left join common_company_identity cci on  cci.com_id = a.comp_id  and cci.delete_flag = 0
         WHERE a.delete_flag = '0'
         and cci.identity_id = i.id
+        and a.status_flag != 99
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
                 AND a.status='待结算'  and a.approve_status is not null