This commit is contained in:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user