|
|
@@ -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();
|