|
|
@@ -1010,7 +1010,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements
|
|
|
|
|
|
@Override
|
|
|
public int updateMainContact(String ocbId,String uid) {
|
|
|
- organizationContactBookMapper.updateSubContract(uid);
|
|
|
+ organizationContactBookMapper.updateSubContact(uid);
|
|
|
organizationContactBookMapper.updateMainContact(ocbId);
|
|
|
return 1;
|
|
|
}
|