商品模块代码提交
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user