|
@@ -1184,6 +1184,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
user.setAid(aid);
|
|
user.setAid(aid);
|
|
|
if (data==1){
|
|
if (data==1){
|
|
|
user.setInformationMaintainer(aid);
|
|
user.setInformationMaintainer(aid);
|
|
|
|
|
+ organizationContactBookMapper.updateAdmin(uid,aid);
|
|
|
}
|
|
}
|
|
|
user.setSource(3);// 客户来源设置为转交
|
|
user.setSource(3);// 客户来源设置为转交
|
|
|
//私有和渠道有客户锁操作
|
|
//私有和渠道有客户锁操作
|