update
This commit is contained in:
@@ -128,7 +128,7 @@ class CategoryLocalDatasource {
|
||||
whereArgs.add('%$search%');
|
||||
}
|
||||
|
||||
query += ' ORDER BY name ASC';
|
||||
// query += ' ORDER BY name ASC';
|
||||
|
||||
if (limit > 0) {
|
||||
query += ' LIMIT ?';
|
||||
|
||||
Reference in New Issue
Block a user