Browse Source

外卖v0.05

MOKASZ\lw12420 2 years ago
parent
commit
51074da201

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

@@ -264,11 +264,11 @@ public class PlanNewCommonOutController {
         } else if (2 == request.getTypePlan()) {
             // 听书裂变
             return this.getListeningPlan(request);
-        } else if (3 == request.getTypePlan()) {
+        } else {
             // 交友裂变
             return this.getFriendPlan(request);
         }
-        throw new BaseException("typePlan 类型错误");
+       // throw new BaseException("typePlan 类型错误");
     }
 
     /**