Commit 494f55aa by 杨树贤

去掉调试代码

parent 388a016f
Showing with 0 additions and 1 deletions
...@@ -27,7 +27,6 @@ class UserController extends Controller ...@@ -27,7 +27,6 @@ class UserController extends Controller
$userId = $_COOKIE['sem_user_id']; $userId = $_COOKIE['sem_user_id'];
//获取不同状态的统计 //获取不同状态的统计
$statusCount = InquiryService::getStatusCount($userId); $statusCount = InquiryService::getStatusCount($userId);
dd($statusCount);
return view('user.inquiry',compact('statusCount')); return view('user.inquiry',compact('statusCount'));
} }
public function account(Request $request) public function account(Request $request)
......
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