正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -446,6 +446,8 @@ class SyncProject extends Command | @@ -446,6 +446,8 @@ class SyncProject extends Command | ||
| 446 | ProjectServer::createDatabase($project); | 446 | ProjectServer::createDatabase($project); |
| 447 | //创建表 | 447 | //创建表 |
| 448 | ProjectServer::initTable(); | 448 | ProjectServer::initTable(); |
| 449 | + //初始数据 | ||
| 450 | + ProjectServer::saveInitParam($project_id); | ||
| 449 | } | 451 | } |
| 450 | 452 | ||
| 451 | /** | 453 | /** |
-
请 注册 或 登录 后发表评论