删除后台行为功能模块

增加微信公众号功能模块
This commit is contained in:
2020-03-27 12:27:34 +08:00
parent 336f5af8ad
commit 02b17e0da8
6 changed files with 20 additions and 127 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class Menu extends Admin {
$map[] = ['id', '=', $id];
}
$result = MenuM::where($map)->delete()
$result = MenuM::where($map)->delete();
if (false !== $result) {
Cache::pull('admin_menu_list');
return $this->success('删除成功');