Commit fe629bcf authored by 赵啸非's avatar 赵啸非

添加php健康度检测

parent ee92a5ac
...@@ -490,9 +490,9 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se ...@@ -490,9 +490,9 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se
try { try {
//解压 //解压
this.service.unProjectZip(file, context); this.service.unProjectZip(file, context);
//初始化项目 /* //初始化项目
SetupProjectEntity setupProjectEntity = new SetupProjectEntity(); SetupProjectEntity setupProjectEntity = new SetupProjectEntity();
this.service.distributeInit(setupProjectEntity, getContext()); this.service.distributeInit(setupProjectEntity, getContext());*/
recordSysLog(request, busiDesc + " 【成功】"); recordSysLog(request, busiDesc + " 【成功】");
} catch (Exception e) { } catch (Exception e) {
code = VALUE_RESULT_FAILURE; code = VALUE_RESULT_FAILURE;
......
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