Commit bd19f405 authored by zhangsen's avatar zhangsen

fix- 机场单位人员状态旧数据修改脚本

parent 6cbb9eb3
...@@ -2889,5 +2889,15 @@ ...@@ -2889,5 +2889,15 @@
</changeSet> </changeSet>
<changeSet author="zs" id="2022-05-25-01">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_dynamic_form_instance"/>
</preConditions>
<comment>机场单位人员状态旧数据修改</comment>
<sql>
update cb_dynamic_form_instance set field_value_label = '在职' where field_code = 'stateCode' and field_value = '94' and (field_value_label is null) or (field_value_label = '')
</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