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