|
@@ -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);
|