正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -162,7 +162,8 @@ class RenewLogic extends BaseLogic | @@ -162,7 +162,8 @@ class RenewLogic extends BaseLogic | ||
| 162 | $project = new Project(); | 162 | $project = new Project(); |
| 163 | return $project->edit([ | 163 | return $project->edit([ |
| 164 | 'extend_type'=>0, | 164 | 'extend_type'=>0, |
| 165 | - 'type'=>$type | 165 | + 'type'=>$type, |
| 166 | + 'site_status'=>0 | ||
| 166 | ],[ | 167 | ],[ |
| 167 | 'id'=>$id | 168 | 'id'=>$id |
| 168 | ]); | 169 | ]); |
-
请 注册 或 登录 后发表评论