|
|
@@ -2259,6 +2259,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
.field(GroupsRelationView::getGoodsId, Constant.NETFLIX_GID)
|
|
|
.build());
|
|
|
if (netflixRelationView == null) {
|
|
|
+ throw BusinessRuntimeException.getInstance("奈飞车票已过期");
|
|
|
+ }
|
|
|
+ if (netflixRelationView != null) {
|
|
|
if (netflixRelationView.getIsFrozen() && netflixRelationView.getUnfrozenTime().after(DateTime.now())) {
|
|
|
throw BusinessRuntimeException.getInstance("冻结未结束");
|
|
|
}
|