正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -72,6 +72,7 @@ class UpdateRoute extends Command | @@ -72,6 +72,7 @@ class UpdateRoute extends Command | ||
| 72 | public function ceshi() | 72 | public function ceshi() |
| 73 | { | 73 | { |
| 74 | $customModel = new CustomModuleContent(); | 74 | $customModel = new CustomModuleContent(); |
| 75 | + | ||
| 75 | $lists = $customModel->list(['module_id' => 8], 'id', ['id','name']); | 76 | $lists = $customModel->list(['module_id' => 8], 'id', ['id','name']); |
| 76 | foreach ($lists as $v) { | 77 | foreach ($lists as $v) { |
| 77 | $blogModel = new Blog(); | 78 | $blogModel = new Blog(); |
-
请 注册 或 登录 后发表评论