合并分支 'lyh-server' 到 'master'
gxai创建项目 查看合并请求 !1969
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -94,6 +94,7 @@ class CopyProject extends Command | @@ -94,6 +94,7 @@ class CopyProject extends Command | ||
| 94 | $data['title'] = $data['title'].'-copy'; | 94 | $data['title'] = $data['title'].'-copy'; |
| 95 | $data['delete_status'] = 1; | 95 | $data['delete_status'] = 1; |
| 96 | $data['is_ai_blog'] = 0; | 96 | $data['is_ai_blog'] = 0; |
| 97 | + $data['old_project_id'] = $old_project_id; | ||
| 97 | unset($data['id'],$data['exclusive_aicc_day'],$data['aicc'],$data['robots'],$data['is_translate_tag'],$data['is_translate'],$data['is_minor_languages'],$data['uptime']); | 98 | unset($data['id'],$data['exclusive_aicc_day'],$data['aicc'],$data['robots'],$data['is_translate_tag'],$data['is_translate'],$data['is_minor_languages'],$data['uptime']); |
| 98 | $project_id = $projectModel->insertGetId($data); | 99 | $project_id = $projectModel->insertGetId($data); |
| 99 | $hashids = new Hashids($data['from_order_id'], 13, 'abcdefghjkmnpqrstuvwxyz1234567890'); | 100 | $hashids = new Hashids($data['from_order_id'], 13, 'abcdefghjkmnpqrstuvwxyz1234567890'); |
-
请 注册 或 登录 后发表评论