mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 15:22:43 +08:00
1 line
232 B
SQL
1 line
232 B
SQL
update base_module set f_property_json = CONCAT(SUBSTR(f_property_json,1,length(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%'; |