zoujiajian 3 months ago
parent
commit
f8b97d8c0d

+ 0 - 3
netflix-service/src/main/java/com/cyksj/service/mange/gpt/impl/GptRechargeServiceImpl.java

@@ -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("同步成功");
 	}