Commit 7ab2f8d7 by jinxin

添加日志

parent 9479b912
......@@ -49,6 +49,7 @@ public class UploadController extends WebBaseController {
}
//获取登录人信息
final AuthorizedUser au = SessionContextUtils.getLoginUser();
logger.info("登录人信息:{}", au);
String name = file.getOriginalFilename();
// 未加密前文件名称
String mediaName = file.getOriginalFilename();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment