|
|
@@ -1387,6 +1387,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
if (use.getSignBills()==0){
|
|
|
user.setShareType(AFTConstants.USER_SHARE_PRIVATE);
|
|
|
addUserLock(uid, TokenManager.getAdminId(), now, uList); // 指定用户锁定客户
|
|
|
+ organizationContactBookMapper.updateAdmin(uid,aid);
|
|
|
}else if (use.getSignBills()==1){
|
|
|
user.setShareType(AFTConstants.USER_SHARE_SIGN);
|
|
|
}
|
|
|
@@ -1394,7 +1395,6 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
user.setSource(2);// 客户来源设置为领取
|
|
|
addUserTransferLog(uid, TokenManager.getAdminId(), null,1, null, now, uList);
|
|
|
updateUserMid(aid,uid,0,null);
|
|
|
-// organizationContactBookMapper.updateAdmin(uid,aid);
|
|
|
//转交
|
|
|
} else if (typeFlag) {
|
|
|
if (!isUs) {
|