|
|
@@ -186,6 +186,7 @@ public class XxlService extends BaseService<CusFollow> {
|
|
|
// // 暂时用最后一次 跟进id传过去
|
|
|
// customer.setLastFollowId(follow.getFollowId());
|
|
|
otherParamMap.put("staffName", followStaff.getStaffName());
|
|
|
+ otherParamMap.put("staffId", followStaff.getStaffId());
|
|
|
otherParamMap.put("followId", follow.getFollowId());
|
|
|
}
|
|
|
String loginType = "4";
|