作者 刘朕
1 个管道 的构建 通过 耗费 0 秒

后台订单列表优化

... ... @@ -29,7 +29,7 @@ class UsersController extends AdminBaseController{
}
public function over_count() {
$income = Db::name('money_income')->select();
$income = Db::name('money_income')->where('money','>',0)->select();
$income = collection($income)->toArray();
$ids = $user_ids = [];
$money = 0;
... ...