|
@@ -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
|