Commit 7ddefe6f authored by 赵啸非's avatar 赵啸非

添加区域树

parent ed92197c
......@@ -487,7 +487,7 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se
try {
//todo 检测是否初始安装,是否已经安装了base-manager,如果没有则进入引导界面进行安装
SetupProjectQuery setupProjectQuery = new SetupProjectQuery();
setupProjectQuery.setProjectCode("base-manager");
setupProjectQuery.setProjectCode(基础服务.getValue());
SetupProjectEntity setupProjectEntity = this.service.selectOne(setupProjectQuery);
if (ObjectUtils.isEmpty(setupProjectEntity)){
throw new AppException("基础服务不存在");
......
......@@ -19,8 +19,8 @@
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="false" />
<property name="showSql" value="false" />
<property name="enableExecutorTime" value="true" />
<property name="showSql" value="true" />
</plugin>
</plugins>
</configuration>
\ No newline at end of file
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