Merge pull request '优化下游打款统计' (#421) from hotfix/yx_offlinepay_bug into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/421
master
廖金灵 4 years ago
commit 06df47b713

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