正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -217,6 +217,7 @@ class CopyProject extends Command | @@ -217,6 +217,7 @@ class CopyProject extends Command | ||
| 217 | //创建数据库 | 217 | //创建数据库 |
| 218 | ProjectServer::createDatabase($project); | 218 | ProjectServer::createDatabase($project); |
| 219 | //创建表 | 219 | //创建表 |
| 220 | +// ProjectServer::initTable(); | ||
| 220 | $this->initTable($project_id,$new_project_id); | 221 | $this->initTable($project_id,$new_project_id); |
| 221 | } | 222 | } |
| 222 | 223 |
-
请 注册 或 登录 后发表评论