增加加盟类型

This commit is contained in:
shuo.wang
2024-12-17 14:52:08 +08:00
parent c561029776
commit 867b69d3a9
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ public class AddLineRequest {
@NotNull
@Min(1)
@Max(2)
@Max(3)
private Integer joinMode;
private String investmentManagerUserId;

View File

@@ -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