king
2023-09-23 46773828b8c46e450a67eb1fc5e6124d87d97ab6
src/utils/utils-custom.js
@@ -1034,7 +1034,7 @@
    }
  })
  return searchText.join(' AND ')
  return searchText.length > 0 ? 'where ' + searchText.join(' AND ') : ''
}
/**