fix: 新增按显示位数导出数据

This commit is contained in:
han0
2025-01-21 15:37:35 +08:00
parent bf9ba7ccca
commit 9f2f24fcb9
7 changed files with 158 additions and 28 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE PRICE_RESULT ADD DISPLAY_DIGIT int default 1 comment '显示小数位数';
ALTER TABLE PRICE_PUBLISH ADD DISPLAY_DIGIT int default 1 comment '显示小数位数';