mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
禅道#655问题修复
This commit is contained in:
+6
@@ -115,6 +115,12 @@ public class OrganServiceImpl implements OrganService {
|
||||
if (ObjectUtil.isNull(organizationDO.getPackageId())) {
|
||||
throw exception(TENANT_PACKAGE_NOT_EXISTS);
|
||||
}
|
||||
// 组织套餐相关校验
|
||||
Long packageId = organizationDO.getPackageId();
|
||||
if (ObjectUtil.isNull(packageId)) {
|
||||
throw exception(TENANT_PACKAGE_NOT_EXISTS);
|
||||
}
|
||||
tenantPackageService.validTenantPackage(packageId);
|
||||
return organizationDO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user