|
|
@@ -1255,6 +1255,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
u.setTransferTime(date);
|
|
|
u.setNewChannel(1);
|
|
|
u.setAid(aid);
|
|
|
+ u.setInformationMaintainer(aid);
|
|
|
addUserLock(uid,aid, date, null); // 指定用户锁定客户
|
|
|
updateUserMid(aid,uid,0,null);
|
|
|
addUserTransferLog(uid, aid,null, 15, null, date, null);
|