|
@@ -990,6 +990,10 @@ public class OrgController extends ControllerSupport {
|
|
|
|
|
|
orgPropertyRepo.save(fileSuffixEntity);
|
|
|
|
|
|
+ String path = systemConfig.getTempDataDir() + "/logo/" + orgId
|
|
|
+ + fileSuffixEntity.getValue();
|
|
|
+
|
|
|
+ FileUtils.copyFile(storeLocation, new File(path));
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "删除子机构", notes = "")
|