Commit eb608aea authored by suhuiguang's avatar suhuiguang

1.修改启动报错

parent 3611e984
...@@ -513,9 +513,9 @@ ...@@ -513,9 +513,9 @@
</changeSet> </changeSet>
<changeSet author="tw" id="20221213-1"> <changeSet author="tw" id="20221213-001">
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<tableExists tableName="idx_biz_station_info"/> <columnExists tableName="idx_biz_station_info" columnName="warehouse_id"/>
</preConditions> </preConditions>
<comment>删除字段</comment> <comment>删除字段</comment>
<sql> <sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment