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