Commit b43628a3 authored by tangwei's avatar tangwei

修改bug

parent 628fb1fe
...@@ -1599,4 +1599,33 @@ ...@@ -1599,4 +1599,33 @@
update cb_data_dictionary set sort_num = 15 where sequence_nbr = 1201 ; update cb_data_dictionary set sort_num = 15 where sequence_nbr = 1201 ;
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="tw" id="2021-10-12-001">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_data_dictionary"/>
</preConditions>
<comment>删除无用数据</comment>
<sql>
DELETE from cb_data_dictionary where cb_data_dictionary.sequence_nbr in ( 1,2,3,4,5,6)
</sql>
</changeSet>
<changeSet author="tw" id="2021-10-12-002">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_data_dictionary"/>
</preConditions>
<comment>修改数据</comment>
<sql>
UPDATE cb_data_dictionary set type ='GWMC' where type='XFRYGW'
</sql>
</changeSet>
</databaseChangeLog> </databaseChangeLog>
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