|
|
@@ -315,7 +315,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
cob.setUid(uid);
|
|
|
cob.setName(contacts);
|
|
|
cob.setMobile(contactMobile);
|
|
|
- cob.setMajor(AFTConstants.NO);
|
|
|
+ cob.setMajor(AFTConstants.YES);
|
|
|
organizationContactBookMapper.insert(cob);
|
|
|
//新增锁定数据
|
|
|
addUserLock(uid, TokenManager.getAdminId(), now);
|