修改状态

This commit is contained in:
韩鹏辉
2024-05-21 10:36:02 +08:00
parent c92fbfc554
commit 4140d4c8b8
4 changed files with 6 additions and 2 deletions

View File

@@ -204,6 +204,7 @@ public class LoginContoller {
//生成token
String token = StringUtil.genRandomNum(6) + StringUtil.getBillno() + StringUtil.genRandomNum(6);
//存入redis
OnlineUserDto jwtUserDto = onlineUserService.save(merchantAccount.getName(), merchantAccount.getAccount(), Integer.valueOf(merchantAccount.getShopId()), token, merchantAccount.getStatus());