fix: 【数据集】导出数据错误

This commit is contained in:
taojinlong
2025-12-18 12:41:23 +08:00
committed by taojinlong
parent 09fbdcedc8
commit b180653f28

View File

@@ -0,0 +1,3 @@
alter table `core_dataset_table_field`
add `order_checked` tinyint(1) default 0 null comment '是否排序';