|
|
@@ -142,10 +142,10 @@ public class TenantServiceImpl extends BaseServiceImpl<TenantMapper, Tenant> imp
|
|
|
post.setPostName("首席执行官");
|
|
|
post.setSort(1);
|
|
|
postService.save(post);
|
|
|
- // 新建租户对应的默认业务字典
|
|
|
+ /*// 新建租户对应的默认业务字典
|
|
|
LinkedList<DictBiz> dictBizs = new LinkedList<>();
|
|
|
List<DictBiz> dictBizList = getDictBizs(tenantId, dictBizs);
|
|
|
- dictBizService.saveBatch(dictBizList);
|
|
|
+ dictBizService.saveBatch(dictBizList);*/
|
|
|
// 新建租户对应的默认管理用户
|
|
|
User user = new User();
|
|
|
user.setTenantId(tenantId);
|