@Override
 public int updateIsInv(IFWUserInfo userInfo, Buldbarcode buldbarcode) {
   return buldbarcodeMapper.updateIsInv(buldbarcode);
 }