Compare commits
3 Commits
05c67811ed
...
e2520001c9
| Author | SHA1 | Date | |
|---|---|---|---|
| e2520001c9 | |||
| f894c53184 | |||
| 5f253695c4 |
@@ -951,6 +951,7 @@ public class MainController extends BaseController {
|
|||||||
tenant.setPhone(phone);
|
tenant.setPhone(phone);
|
||||||
tenant.setTenantCode(CommonUtil.randomUUID16());
|
tenant.setTenantCode(CommonUtil.randomUUID16());
|
||||||
tenant.setSortNumber(100);
|
tenant.setSortNumber(100);
|
||||||
|
tenant.setUserId(getLoginUserId()); // 保存当前登录用户ID
|
||||||
tenantService.save(tenant);
|
tenantService.save(tenant);
|
||||||
|
|
||||||
// 租户初始化
|
// 租户初始化
|
||||||
|
|||||||
Reference in New Issue
Block a user