Commit a5d72040 authored by chenzhao's avatar chenzhao

修改bug

parent 893396f0
......@@ -2379,5 +2379,15 @@
</sql>
</changeSet>
<changeSet author="chenzhao" id="2021-12-15-1-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_data_dictionary"/>
</preConditions>
<comment>update data cb_data_dictionary</comment>
<sql>
UPDATE `cb_data_dictionary` SET name = '电话接报' WHERE sequence_nbr = 1328
</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