|
|
@@ -1250,8 +1250,11 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
String aid=TokenManager.getAdminId();
|
|
|
u.setId(uid);
|
|
|
u.setChannel(0);
|
|
|
+ u.setSource(2);
|
|
|
u.setShareType(0);
|
|
|
+ u.setTransferTime(date);
|
|
|
u.setNewChannel(1);
|
|
|
+ u.setAid(aid);
|
|
|
addUserLock(uid,aid, date, null); // 指定用户锁定客户
|
|
|
updateUserMid(aid,uid,0,null);
|
|
|
addUserTransferLog(uid, aid,null, 15, null, date, null);
|