desc True

This commit is contained in:
2025-06-13 19:57:34 +08:00
parent 27ae381f22
commit 1463ff16b6
2 changed files with 1 additions and 1 deletions

BIN
data.db

Binary file not shown.

View File

@ -92,7 +92,7 @@ def get_table_record(id, page_token=None):
.field_names(["规格", "外库数量", "排序", "已盘"])
.sort([Sort.builder()
.field_name("排序")
.desc(False)
.desc(True)
.build()
])
.automatic_fields(True)