redis更改,登录部分修改
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user