|
@@ -581,7 +581,7 @@ public class OrgController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "查询机构单个属性(不鉴权)")
|
|
|
- @GetMapping("propertyNoession/{orgId}/{key}")
|
|
|
+ @GetMapping("propertyNoSession/{orgId}/{key}")
|
|
|
public String getOrgPropertyNoSession(@PathVariable Long orgId, @PathVariable String key) {
|
|
|
OrgEntity orgEntity = orgRepo.findOne(orgId);
|
|
|
if (null == orgEntity) {
|