|
|
@@ -269,6 +269,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements
|
|
|
cob.setUid(uid);
|
|
|
cob.setName(contacts);
|
|
|
cob.setMobile(contactMobile);
|
|
|
+ cob.setMajor(AFTConstants.NO);
|
|
|
organizationContactBookMapper.insert(cob);
|
|
|
return 1;
|
|
|
}
|
|
|
@@ -679,6 +680,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements
|
|
|
cob.setUid(uid);
|
|
|
cob.setName(bo.getContacts());
|
|
|
cob.setMobile(bo.getMobile());
|
|
|
+ cob.setMajor(AFTConstants.NO);
|
|
|
organizationContactBookMapper.insert(cob);
|
|
|
}
|
|
|
|