Commit 44970d06 authored by tangwei's avatar tangwei

修改bug

parent c3d388dd
...@@ -2817,5 +2817,16 @@ ...@@ -2817,5 +2817,16 @@
END# END#
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="tw" id="2022-02-22-tw-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_dynamic_form_column" />
</preConditions>
<comment>update data cb_dynamic_form_column</comment>
<sql>
update cb_dynamic_form_column set is_delete =0 where sequence_nbr=132828674812099;
</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