WANG 6 роки тому
батько
коміт
8ed772ad5e

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

@@ -609,8 +609,8 @@ public class OrgController extends ControllerSupport {
 
 	@Naked
 	@ApiOperation(value = "按属性组查询机构属性集合")
-	@GetMapping("propertiesByGroup/{orgId}/{propertyGroupId}")
-	public Map<String, String> getPropertiesByGroup(@PathVariable Long orgId,
+	@GetMapping("orgPropertiesByGroup/{orgId}/{propertyGroupId}")
+	public Map<String, String> getOrgPropertiesByGroup(@PathVariable Long orgId,
 			@PathVariable String propertyGroupId) {
 
 		OrgEntity orgEntity = GlobalHelper.getEntity(orgRepo, orgId, OrgEntity.class);