Commit 4fdc8e61 authored by 赵啸非's avatar 赵啸非

添加区域树

parent 95683021
......@@ -283,7 +283,7 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se
//todo 更加站点编码生成基础服务应用,并部署到/home/publish/app/ 目录下
//todo 在/home/publish/app/ 目录下 创建自助服务应用
String projectPath = this.publishPath + "/app/"+siteEntity.getSiteCode();
String projectPath = this.publishPath + "/app/"+siteAddRest.getData().getSiteCode();
//解压资源文件
String sourcePath = this.publishPath + "/temp/project/" + 基础服务.getValue() + "/app.tar.gz";
File file = new File(sourcePath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment