Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-03-05 17:01:15 +08:00

View File

@@ -153,7 +153,7 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
throw new ApiNotPrintException("验证码错误"); throw new ApiNotPrintException("验证码错误");
} }
shopInfo.setOperationPwd(SecureUtil.md5(shopInfo.getId() + shopInfoEditDTO.getOperationPwd())); shopInfo.setOperationPwd(SecureUtil.md5(shopInfoEditDTO.getOperationPwd()));
} }
return updateById(shopInfo); return updateById(shopInfo);
} }