zoujiajian 11 ay önce
ebeveyn
işleme
cfd077c36b

+ 3 - 0
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -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("冻结未结束");
 			}