Commit 20594dd1 by 朱继来

订单统计菜单调整

parent 79935bdd
Showing with 1 additions and 1 deletions
......@@ -81,7 +81,7 @@ Class OrderCountController extends Controller
$useremail= $request->user->email;
// 菜单
$menuconfig = DB::table('config')->where('config_id', 5)->first();
$menuconfig = DB::table('config')->where('config_title', '订单系统')->first();
$menus = [];
if ($menuconfig && !($menus = json_decode($menuconfig->config_data)))
$menus = [];
......
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