Merge branch 'master' of 8.136.139.249:wmtx/platform into feature/more_payment

master
chenzhi 4 years ago
commit 4f5fe04178

@ -183,7 +183,7 @@ class CompanyStatementOfflineController extends ThinkController
->where(['i.pay_status'=>['neq',1]])
->find();
if ($_REQUEST['pay_status'] == 1) {
if ($_REQUEST['pay_status'] != 2) {
$countSuccess = [];
}

Loading…
Cancel
Save