|
@@ -196,7 +196,7 @@ public class ExamProcessController extends ControllerSupport {
|
|
|
FileStoragePathEnvInfo env = new FileStoragePathEnvInfo();
|
|
|
env.setRootOrgId(String.valueOf(user.getRootOrgId()));
|
|
|
env.setRelativePath(uploadPath);
|
|
|
- YunPathInfo result = FileStorageUtil.saveFile(Constants.OE_SITEID, env, file.getBytes(), false);
|
|
|
+ YunPathInfo result = FileStorageUtil.saveFile("oe_pc_client", env, file.getBytes(), false);
|
|
|
|
|
|
return new UploadResult(file.getOriginalFilename(), result.getRelativePath(), result.getUrl());
|
|
|
}
|