初始代码

This commit is contained in:
wangmingwei
2026-04-21 17:34:08 +08:00
parent ffdaee4fff
commit 68a8bce2b8
80 changed files with 1461115 additions and 0 deletions

View File

@@ -0,0 +1 @@
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%';