浏览代码

Update 优化离线数据按ID正序排序查询

Yue 3 天之前
父节点
当前提交
acc4f48607
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UI/CF.APP/chicken_farm/lib/core/services/breeding_data_service.dart

+ 1 - 0
UI/CF.APP/chicken_farm/lib/core/services/breeding_data_service.dart

@@ -50,6 +50,7 @@ class BreedingDataService {
         table: table,
         where: where,
         whereArgs: whereArgs,
+        orderBy: 'id ASC',
       );
       return list;
     } catch (e) {