Commit 169853ab by jinxin

添加日志

parent 7ab2f8d7
......@@ -49,7 +49,7 @@ public class UploadController extends WebBaseController {
}
//获取登录人信息
final AuthorizedUser au = SessionContextUtils.getLoginUser();
logger.info("登录人信息:{}", au);
logger.info("登录人信息:{}", JSONObject.toJSONString(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