WANG hace 5 años
padre
commit
a480b206fb

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

@@ -620,7 +620,7 @@ public class OrgController extends ControllerSupport {
 		validateRootOrgIsolation(orgEntity.getRootId());
 
 		String key = "orgPropertyGroup." + propertyGroupId;
-		String redisKey = "PROPERTIES_BY_GROUP:" + orgId + ":" + key;
+		String redisKey = "ORG_PROPS_BY_GROUP:" + orgId + ":" + key;
 		@SuppressWarnings("unchecked")
 		Map<String, String> properties = redisClient.get(redisKey, Map.class);
 		if (null != properties) {