Browse Source

复粉-v0.06

(cherry picked from commit 0f69c31457727491f7b1d4870236c694bb90e43c)
MOKASZ\lw12420 1 year ago
parent
commit
52677666f3

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

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