Ver código fonte

复粉-v0.06

MOKASZ\lw12420 1 ano atrás
pai
commit
0f69c31457

+ 4 - 1
launch-admin/src/main/java/com/webflux/launchadmin/mysql/controller/planNew/PlanNewCommonOutController.java

@@ -487,8 +487,11 @@ public class PlanNewCommonOutController {
             return this.getFriendPlan(request);
         } else if (4 == request.getTypePlan()) {
             return this.getTakeaway(request);
+        }else{
+            // 交友裂变
+            return this.getFriendPlan(request);
         }
-        throw new BaseException("typePlan 类型错误");
+       // throw new BaseException("typePlan 类型错误");
     }
 
     /**