zoujiajian 1 ano atrás
pai
commit
b1d06574d4

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

@@ -259,7 +259,7 @@ public class GptRechargeServiceImpl implements GptRechargeService {
 		if (relation == null) {
 			throw BusinessRuntimeException.getInstance("独立会员车票不存在或已过期");
 		}
-		if (relation.getRenewStatus() != null) {
+		if (relation.getRechargeStatus() != null) {
 			throw BusinessRuntimeException.getInstance("该笔订单号已导入");
 		}
 		Integer num = rechargeReq.getNum();