|
|
@@ -1308,6 +1308,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (renewalView.getGoodsId() != 1) {
|
|
|
throw BusinessRuntimeException.getInstance("只支持奈飞车票");
|
|
|
}
|
|
|
+ if (renewalView.getIsBannedCheck()) {
|
|
|
+ throw BusinessRuntimeException.getInstance("该规格不支持检测");
|
|
|
+ }
|
|
|
String account = renewalView.getAccount();
|
|
|
String password = renewalView.getPassword();
|
|
|
|