|
|
@ -239,7 +239,7 @@ public class GetFile implements HandlerMethodArgumentResolver {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
long num = 0;
|
|
|
|
long num = 0;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
if(null != user || null != student){
|
|
|
|
// if(null != user || null != student){
|
|
|
|
if(mhsr != null){
|
|
|
|
if(mhsr != null){
|
|
|
|
if(null != multipartFileParam){
|
|
|
|
if(null != multipartFileParam){
|
|
|
|
FileEntity fileEntity = new FileEntity();
|
|
|
|
FileEntity fileEntity = new FileEntity();
|
|
|
@ -418,9 +418,9 @@ public class GetFile implements HandlerMethodArgumentResolver {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}else {
|
|
|
|
// }else {
|
|
|
|
log.error("有人上传不对劲的玩意!");
|
|
|
|
// log.error("有人上传不对劲的玩意!");
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|