商品模块代码提交

This commit is contained in:
Tankaikai
2025-02-21 11:37:49 +08:00
parent 62b05eb0f3
commit 41116b8d7b
5 changed files with 130 additions and 8 deletions

View File

@@ -90,11 +90,9 @@ public class OperationLogAspect {
}
//登录用户信息
Long shopId = StpKit.USER.getShopId(0L);
Long createUserId = StpKit.USER.getLoginIdAsLong();
//TODO SA-TOKEN 暂未整合当前登录人信息,此处仅为临时账号
String createUserName = "temp-account";
String createUserName = StpKit.USER.getAccount();
log.set("createUserId", createUserId);
log.set("createUserName", createUserName);