Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slava-sh authored Aug 4, 2021
1 parent 2ce940b commit c0eb665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/database/dao_product_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class DaoProductList extends AbstractDao {
await databaseExecutor.query(
_TABLE_PRODUCT_LIST,
columns: <String>[_TABLE_PRODUCT_LIST_COLUMN_ID],
where: '$_TABLE_PRODUCT_LIST_COLUMN_TYPE in (?, ?)',
where: '$_TABLE_PRODUCT_LIST_COLUMN_TYPE in (?, ?, ?)',
whereArgs: <String>[
ProductList.LIST_TYPE_HISTORY,
ProductList.LIST_TYPE_SCAN_HISTORY,
Expand Down

0 comments on commit c0eb665

Please sign in to comment.