zoujiajian преди 9 месеца
родител
ревизия
a657a25e88
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

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

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