Commit e6a49c47 authored by tangwei's avatar tangwei

修改bug

parent 2d4f83f6
......@@ -1574,4 +1574,29 @@
</sql>
</changeSet>
<changeSet id="2021-10-09" author="tw01">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_data_dictionary"/>
</preConditions>
<comment>修改排序</comment>
<sql>
update cb_data_dictionary set sort_num = 1 where sequence_nbr = 1192 ;
update cb_data_dictionary set sort_num = 2 where sequence_nbr = 847 ;
update cb_data_dictionary set sort_num = 3 where sequence_nbr = 1193 ;
update cb_data_dictionary set sort_num = 4 where sequence_nbr = 848 ;
update cb_data_dictionary set sort_num = 5 where sequence_nbr = 849 ;
update cb_data_dictionary set sort_num = 6 where sequence_nbr = 1194 ;
update cb_data_dictionary set sort_num = 7 where sequence_nbr = 850 ;
update cb_data_dictionary set sort_num = 8 where sequence_nbr = 1195 ;
update cb_data_dictionary set sort_num = 9 where sequence_nbr = 851 ;
update cb_data_dictionary set sort_num = 10 where sequence_nbr = 1196 ;
update cb_data_dictionary set sort_num = 11 where sequence_nbr = 1197 ;
update cb_data_dictionary set sort_num = 12 where sequence_nbr = 1198 ;
update cb_data_dictionary set sort_num = 13 where sequence_nbr = 1199 ;
update cb_data_dictionary set sort_num = 14 where sequence_nbr = 1200 ;
update cb_data_dictionary set sort_num = 15 where sequence_nbr = 1201 ;
</sql>
</changeSet>
</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