redis更改,登录部分修改

This commit is contained in:
liuyingfang
2024-03-05 09:53:19 +08:00
parent 1b1c69cfa4
commit 66f5c82c9d
10 changed files with 28 additions and 23 deletions

View File

@@ -193,6 +193,8 @@ public class TbShopInfoServiceImpl implements TbShopInfoService {
tbMerchantAccount.setShopId(String.valueOf(save.getId()));
tbMerchantAccount.setName(save.getShopName());
merchantRegisterRepository.save(tbMerchantRegister);
//向redis中存入key
// redisUtils.set
}
return tbShopInfoMapper.toDto(new TbShopInfo());