Commit 0e402daf authored by tangwei's avatar tangwei

修改脚本

parent f503fe7e
...@@ -1918,6 +1918,16 @@ ...@@ -1918,6 +1918,16 @@
<changeSet author="tw" id="2021-10-26-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_dynamic_form_column"/>
</preConditions>
<comment>修改岗位类型</comment>
<sql>
UPDATE cb_dynamic_form_column SET field_type='treeSelect' WHERE field_code='positionType';
</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