1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
update sys_dict_data set dict_label='联建单位' |
|||
where dict_value='party_unit' |
|||
and DEL_FLAG='0' |
|||
and dict_type_id=( |
|||
select st.id from sys_dict_type st where st.dict_type='user_demand_service_type' and st.DEL_FLAG='0' |
|||
); |
Loading…
Reference in new issue