正在显示
2 个修改的文件
包含
4 行增加
和
2 行删除
| @@ -292,7 +292,8 @@ class BlogLogic extends BaseLogic | @@ -292,7 +292,8 @@ class BlogLogic extends BaseLogic | ||
| 292 | 'project_id' => $project_id, | 292 | 'project_id' => $project_id, |
| 293 | 'operator_id' => $user_id, | 293 | 'operator_id' => $user_id, |
| 294 | 'create_id' => $user_id, | 294 | 'create_id' => $user_id, |
| 295 | - 'status' => Blog::STATUS_ONE | 295 | + 'status' => Blog::STATUS_ONE, |
| 296 | + 'url' => '' | ||
| 296 | ] | 297 | ] |
| 297 | ); | 298 | ); |
| 298 | //更新路由 | 299 | //更新路由 |
| @@ -291,7 +291,8 @@ class NewsLogic extends BaseLogic | @@ -291,7 +291,8 @@ class NewsLogic extends BaseLogic | ||
| 291 | 'project_id' => $project_id, | 291 | 'project_id' => $project_id, |
| 292 | 'operator_id' => $user_id, | 292 | 'operator_id' => $user_id, |
| 293 | 'create_id' => $user_id, | 293 | 'create_id' => $user_id, |
| 294 | - 'status' => News::STATUS_ONE | 294 | + 'status' => News::STATUS_ONE, |
| 295 | + 'url' => '' | ||
| 295 | ] | 296 | ] |
| 296 | ); | 297 | ); |
| 297 | //更新路由 | 298 | //更新路由 |
-
请 注册 或 登录 后发表评论