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