|
|
@@ -420,21 +420,21 @@ public class CusFollowService extends BaseService<CusFollow> {
|
|
|
String loginType = "1";
|
|
|
List<String> list = new ArrayList<>();
|
|
|
if (Constant.BasicDataConstant.FOLLOW_STATUS_4.getValue().equals(follow.getFollowStatus()) ||
|
|
|
- Constant.BasicDataConstant.FOLLOW_STATUS_5.getValue().equals(follow.getFollowStatus())) {
|
|
|
+ Constant.BasicDataConstant.FOLLOW_STATUS_1.getValue().equals(follow.getFollowStatus())) {
|
|
|
list.add("您有客户需要跟进");
|
|
|
- loginType = "8";
|
|
|
+ loginType = "4";
|
|
|
|
|
|
} else if (Constant.BasicDataConstant.FOLLOW_STATUS_6.getValue().equals(follow.getFollowStatus())) {
|
|
|
list.add("您有客户需要量尺服务");
|
|
|
- loginType = "8";
|
|
|
+ loginType = "6";
|
|
|
|
|
|
} else if (Constant.BasicDataConstant.FOLLOW_STATUS_2.getValue().equals(follow.getFollowStatus())) {
|
|
|
list.add("您有客户邀约进店");
|
|
|
- loginType = "8";
|
|
|
+ loginType = "2";
|
|
|
|
|
|
} else if (Constant.BasicDataConstant.FOLLOW_STATUS_3.getValue().equals(follow.getFollowStatus())) {
|
|
|
list.add("您有客户需要约尺服务");
|
|
|
- loginType = "8";
|
|
|
+ loginType = "3";
|
|
|
}
|
|
|
list.add(customer.getCusName());
|
|
|
list.add(customer.getCusPhone());
|