|
@@ -1304,6 +1304,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (renewalView.getGoodsId() != 1) {
|
|
if (renewalView.getGoodsId() != 1) {
|
|
|
throw BusinessRuntimeException.getInstance("只支持奈飞车票");
|
|
throw BusinessRuntimeException.getInstance("只支持奈飞车票");
|
|
|
}
|
|
}
|
|
|
|
|
+ if (renewalView.getDays() != null) {
|
|
|
|
|
+ throw BusinessRuntimeException.getInstance("不支持奈飞天卡申请检测");
|
|
|
|
|
+ }
|
|
|
String account = renewalView.getAccount();
|
|
String account = renewalView.getAccount();
|
|
|
String password = renewalView.getPassword();
|
|
String password = renewalView.getPassword();
|
|
|
|
|
|