WANG há 5 anos atrás
pai
commit
2f674cd74b

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

@@ -621,7 +621,7 @@ public class OrgController extends ControllerSupport {
 
 	@Naked
 	@ApiOperation(value = "按属性组查询机构属性集合(有缓存)")
-	@GetMapping("getOrgPropertiesByGroupWithoutCache/{orgId}/{propertyGroupId}")
+	@GetMapping("getOrgPropertiesByGroupWithCache/{orgId}/{propertyGroupId}")
 	public Map<String, String> getOrgPropertiesByGroupWithCache(@PathVariable Long orgId,
 			@PathVariable String propertyGroupId) {