多店铺需求
This commit is contained in:
parent
88d54c17f6
commit
26e87dc7bb
|
|
@ -266,7 +266,7 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
|
|||
if (shopInfoEditDTO.getActivateCode() != null) {
|
||||
activateShop(shopInfo, shopInfoEditDTO.getActivateCode());
|
||||
}
|
||||
|
||||
BeanUtil.copyProperties(shopInfoEditDTO, shopInfo);
|
||||
if (shopInfoEditDTO.getOperationPwd() != null) {
|
||||
String key = "%s%s:%s".formatted(RedisCst.SMS_CODE, shopInfo.getPhone(), "editShopInfoOpePwd");
|
||||
Object val = redisService.get(key);
|
||||
|
|
|
|||
Loading…
Reference in New Issue