@@ -566,9 +566,6 @@ public class GptRechargeServiceImpl implements GptRechargeService {
}
relation.setExpiryTime(expiryTime);
- if (StrUtil.isNotBlank(req.getCardKey())) {
- relation.setCardKey(req.getCardKey());
- }
relationMapper.updateById(relation);
resp.setMessage("同步成功");