update cargo type form from rate, update carton info and form
This commit is contained in:
@@ -54,7 +54,7 @@ class CartonSelectionModel extends BaseModel {
|
||||
query = query.where("carton_number", isEqualTo: term);
|
||||
}
|
||||
|
||||
query = query.orderBy("created_at", descending: true);
|
||||
query = query.orderBy("update_time", descending: true);
|
||||
|
||||
if (_lastDocument != null) {
|
||||
query = query.startAfterDocument(_lastDocument!);
|
||||
|
||||
Reference in New Issue
Block a user