Commit 364b7007 by jinxin

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

parents 18799502 7ab2f8d7
......@@ -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