|
@@ -1333,6 +1333,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (renewalView.getIsBannedCheck()) {
|
|
if (renewalView.getIsBannedCheck()) {
|
|
|
throw BusinessRuntimeException.getInstance("该规格不支持检测");
|
|
throw BusinessRuntimeException.getInstance("该规格不支持检测");
|
|
|
}
|
|
}
|
|
|
|
|
+ if (renewalView.getIsFrozen()) {
|
|
|
|
|
+ throw BusinessRuntimeException.getInstance("车票冻结中");
|
|
|
|
|
+ }
|
|
|
String account = renewalView.getAccount();
|
|
String account = renewalView.getAccount();
|
|
|
String password = renewalView.getPassword();
|
|
String password = renewalView.getPassword();
|
|
|
|
|
|