增加加盟类型
This commit is contained in:
@@ -22,7 +22,7 @@ public class AddLineRequest {
|
||||
|
||||
@NotNull
|
||||
@Min(1)
|
||||
@Max(2)
|
||||
@Max(3)
|
||||
private Integer joinMode;
|
||||
|
||||
private String investmentManagerUserId;
|
||||
|
||||
@@ -476,7 +476,7 @@ public class LineServiceImpl implements LineService {
|
||||
return addLineRequest.getInvestmentManagerUserId();
|
||||
}
|
||||
//如果是强加盟 使用新建线索人员跟进线索
|
||||
if (CommonConstants.TWO==addLineRequest.getJoinMode()){
|
||||
if (CommonConstants.TWO==addLineRequest.getJoinMode()||CommonConstants.THREE==addLineRequest.getJoinMode()){
|
||||
return userInfo.getUserId();
|
||||
}
|
||||
//zxjp改为直接用regionId
|
||||
|
||||
Reference in New Issue
Block a user