商品模块代码提交

This commit is contained in:
Tankaikai
2025-02-20 09:30:46 +08:00
parent fb1cc90ef7
commit 28d07a139d

View File

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