ruoyi-auth/src/main/java/com/ruoyi/auth/service/SysLoginService.java
@@ -257,6 +257,8 @@ } userInfo.setShopId(shopInfo.getShopId()); userInfo.setShopName(shopInfo.getShopName()); userInfo.setShopNum(shopInfo.getShopNum()); recordLogService.recordLogininfor(username, Constants.LOGIN_SUCCESS, "登录成功",Constants.FROM_SHOP); return userInfo; }