Quellcode durchsuchen

外卖v0.05

(cherry picked from commit 51074da20137f719f56574fc8962c34e918f864a)
MOKASZ\lw12420 vor 2 Jahren
Ursprung
Commit
57d31d8c08

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

@@ -267,11 +267,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 类型错误");
     }
 
     /**