Commit 6ace6d0c by 宁成龙

订单数

parent 5fc9a79d
Showing with 1 additions and 1 deletions
......@@ -51,7 +51,7 @@ class UserService
$grid->column('remark');
$grid->column('sale_name');
$grid->column('order_num_data')->display(function ($order_num_data) {
$data = InquiryService::getInquiryCountByUserIds([$this->id])[$this->id] ?? [
$data = OrderService::getUserOrderStatistical([$this->id])[$this->id] ?? [
"pending" => 0,
"all" => 0
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment