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