😎优化新增租户时Id判断
This commit is contained in:
parent
dc558bee04
commit
093f4b0220
@ -132,7 +132,8 @@ public class SysTenantService : IDynamicApiController, ITransient
|
|||||||
throw Oops.Oh(ErrorCodeEnum.D1302);
|
throw Oops.Oh(ErrorCodeEnum.D1302);
|
||||||
|
|
||||||
// 以租户Id作为库标识
|
// 以租户Id作为库标识
|
||||||
input.Id = YitIdHelper.NextId();
|
if (input.Id < 1)
|
||||||
|
input.Id = YitIdHelper.NextId();
|
||||||
input.ConfigId = input.Id.ToString();
|
input.ConfigId = input.Id.ToString();
|
||||||
|
|
||||||
var tenant = input.Adapt<TenantOutput>();
|
var tenant = input.Adapt<TenantOutput>();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user