@@ -501,7 +501,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
organizationSalesTargetMapper.insertSelective(obs);
}
- organizationIdentityMapper.updateByPrimaryKey(oi);
+ organizationIdentityMapper.updateByPrimaryKeySelective(oi);
userMapper.updateByPrimaryKeySelective(user);
return 1;