Commit 6572593a authored by zhangsen's avatar zhangsen

字典修改liquibase提交

parent 0943ff64
...@@ -3513,5 +3513,12 @@ ...@@ -3513,5 +3513,12 @@
update cb_data_dictionary set extend = '治理人,验证人,延期治理审批人,延迟治理人,隐患填报人,默认角色' where sequence_nbr = 1802; update cb_data_dictionary set extend = '治理人,验证人,延期治理审批人,延迟治理人,隐患填报人,默认角色' where sequence_nbr = 1802;
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="zs" id="202210201340">
<comment>修改字典值 </comment>
<sql>
update cb_data_dictionary set extend = '治理人,验证人,延期治理审批人,延迟治理人,隐患填报人,默认角色,用户管理权限角色' where sequence_nbr = 1800;
</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