This commit is contained in:
“wanyongkang”
2021-05-28 17:24:51 +08:00
parent 5e97015a72
commit df01645fd7

View File

@@ -41,7 +41,7 @@ class CashOutAdmin extends Controller
$v['alipay_account'] = substr($v['alipay_account'], 0, 3) . '***' . substr($v['alipay_account'], -3); $v['alipay_account'] = substr($v['alipay_account'], 0, 3) . '***' . substr($v['alipay_account'], -3);
} }
$count = $cash->getCount(); $count = $cash->getCount($where);
$data = [ $data = [
'Code' => 10000, 'Code' => 10000,
'count' => $count['count'], 'count' => $count['count'],