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