优化下游打款统计

master
chenzhi 4 years ago
parent 2c10246a4f
commit 39dcf64803

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

Loading…
Cancel
Save