fix: 修复三明钢铁数据无法正常上传的问题

This commit is contained in:
han0
2025-02-13 09:47:47 +08:00
parent ea6a973b09
commit 0c870c22e4
4 changed files with 11 additions and 5 deletions

View File

@@ -1,2 +1,4 @@
ALTER TABLE PRICE_RESULT ADD DISPLAY_DIGIT int default 1 comment '显示小数位数';
ALTER TABLE PRICE_PUBLISH ADD DISPLAY_DIGIT int default 1 comment '显示小数位数';
DROP INDEX Idx_key ON sanming_steel;