|
@@ -637,9 +637,8 @@ public class OrgController extends ControllerSupport {
|
|
return properties;
|
|
return properties;
|
|
}
|
|
}
|
|
|
|
|
|
- @Naked
|
|
|
|
@ApiOperation(value = "上传机构属性集合至upyun")
|
|
@ApiOperation(value = "上传机构属性集合至upyun")
|
|
- @GetMapping("uploadOrgProperties2Upyun/{orgId}/{propertyGroupId}")
|
|
|
|
|
|
+ @PostMapping("uploadOrgProperties2Upyun/{orgId}/{propertyGroupId}")
|
|
public List<String> uploadOrgProperties2Upyun(@PathVariable Long orgId,
|
|
public List<String> uploadOrgProperties2Upyun(@PathVariable Long orgId,
|
|
@PathVariable String propertyGroupId) {
|
|
@PathVariable String propertyGroupId) {
|
|
Map<String, String> properties = getOrgPropertiesByGroup(orgId, propertyGroupId);
|
|
Map<String, String> properties = getOrgPropertiesByGroup(orgId, propertyGroupId);
|