@ -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 = [];
}