Merge branch 'master' of http://192.168.0.75:3000/liux/gs_sub_evaluate
This commit is contained in:
commit
f9a80f8414
|
|
@ -63,6 +63,7 @@ public class UploadController {
|
|||
String pathname = targetFile.getAbsolutePath();
|
||||
ar.setSucceedMsg("文件上传成功");
|
||||
ar.setSucceed(pathname);
|
||||
ar.setMessage(file.getOriginalFilename());
|
||||
} catch (Exception e) {
|
||||
log.error(e.toString(), e);
|
||||
ar.setFailMsg("文件上传失败");
|
||||
|
|
|
|||
Loading…
Reference in New Issue