|
@@ -65,7 +65,7 @@ public class SysTenantPlatformServiceImpl extends AbstractCrudService<SysTenantP
|
|
|
.eq(SysTenantPlatform::getIsDefault,1);
|
|
|
List<SysTenantPlatform> list = this.list(queryWrapper1);
|
|
|
if (list.size()<=0){
|
|
|
- throw new BusinessException("不允许操作超级管理员用户");
|
|
|
+ throw new BusinessException("没有相关关联数据,请联系管理员");
|
|
|
}
|
|
|
for (int i = 0; i < arr.length; i++){
|
|
|
if (!arr[i].equals(list.get(0).getPlatformId())){
|