mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-04-26 00:00:04 +08:00
动态组件 支持备注设置为空字符串
This commit is contained in:
@@ -65,4 +65,4 @@ if(id){
|
||||
}
|
||||
data.type = type
|
||||
data.remark = remark
|
||||
return db.table("sys_dynamic_component").primary("id").saveOrUpdate(data)
|
||||
return db.table("sys_dynamic_component").primary("id").withBlank().saveOrUpdate(data)
|
||||
Reference in New Issue
Block a user