|
@@ -251,6 +251,9 @@ public class OrgServiceImpl implements OrgService {
|
|
|
|
|
|
@Override
|
|
|
public void saveOrgProperties(Long orgId, Map<String, String> properties) {
|
|
|
+
|
|
|
+ GlobalHelper.getPresentEntity(orgRepo, orgId, OrgEntity.class);
|
|
|
+
|
|
|
Map<DynamicEnum, String> map = checkAndGetOrgProperties(properties);
|
|
|
for (Entry<DynamicEnum, String> entry : map.entrySet()) {
|
|
|
DynamicEnum de = entry.getKey();
|