fixed 新增的北交所股票类型还是A股

This commit is contained in:
fasiondog 2024-04-18 15:22:40 +08:00
parent ce4ce8b2de
commit 2953f4668c
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
UPDATE `hku_base`.`stock` set `type`=11 where `marketid`=3;
UPDATE `hku_base`.`coderuletype` set `type`=11 where `marketid`=3;
UPDATE `hku_base`.`version` set `version` = 14;

View File

@ -0,0 +1,7 @@
BEGIN TRANSACTION;
UPDATE `Stock` set `type`=11 where `marketid`=3;
UPDATE `CodeRuleType` set `type`=11 where `marketid`=3;
UPDATE `version` set `version` = 15;
COMMIT;