Browse Source

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

Yue 20 hours ago
parent
commit
acc4f48607

+ 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) {