king
2023-10-03 694f5477963e93500bf4fa2508e21cf515804b32
src/utils/utils-custom.js
@@ -1034,7 +1034,7 @@
    }
  })
  return searchText.join(' AND ')
  return searchText.length > 0 ? 'where ' + searchText.join(' AND ') : ''
}
/**