boyue_jnpf/sql_init/SQLServer/Update/Update_SQLServer_0220.sql

1 line
232 B
MySQL
Raw Permalink Normal View History

2025-06-30 09:38:03 +08:00
update base_module set f_property_json = CONCAT(SUBSTRING(f_property_json,1,len(f_property_json)-1), ',"webType":2}') where f_type = 3 and f_category = 'Web' and f_property_json is not null and f_property_json not like '%webType%';