Commit be88a61f by jinxin

Merge remote-tracking branch 'origin/origin/feature/上传接口替换' into developer

parents 51adf9d5 169853ab
......@@ -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