mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-02-23 02:52:51 +08:00
动态组件 支持备注设置为空字符串
This commit is contained in:
parent
743f59873d
commit
0cfcda0b3f
@ -5,7 +5,7 @@
|
|||||||
"groupId" : "9ec6f9ec92d24a369952bb13eddc134f",
|
"groupId" : "9ec6f9ec92d24a369952bb13eddc134f",
|
||||||
"name" : "操作日志",
|
"name" : "操作日志",
|
||||||
"createTime" : null,
|
"createTime" : null,
|
||||||
"updateTime" : 1649001507013,
|
"updateTime" : 1713861312162,
|
||||||
"lock" : "0",
|
"lock" : "0",
|
||||||
"createBy" : null,
|
"createBy" : null,
|
||||||
"updateBy" : null,
|
"updateBy" : null,
|
||||||
@ -260,5 +260,5 @@ return db.page("""
|
|||||||
?{createDate && createDate.split(',')[1], and sol.create_date <= #{createDate.split(',')[1]}}
|
?{createDate && createDate.split(',')[1], and sol.create_date <= #{createDate.split(',')[1]}}
|
||||||
?{costTime && costTime.split(',')[0], and sol.cost_time >= #{costTime.split(',')[0]}}
|
?{costTime && costTime.split(',')[0], and sol.cost_time >= #{costTime.split(',')[0]}}
|
||||||
?{costTime && costTime.split(',')[1], and sol.cost_time <= #{costTime.split(',')[1]}}
|
?{costTime && costTime.split(',')[1], and sol.cost_time <= #{costTime.split(',')[1]}}
|
||||||
order by create_date desc
|
order by sol.create_date desc
|
||||||
""")
|
""")
|
@ -65,4 +65,4 @@ if(id){
|
|||||||
}
|
}
|
||||||
data.type = type
|
data.type = type
|
||||||
data.remark = remark
|
data.remark = remark
|
||||||
return db.table("sys_dynamic_component").primary("id").saveOrUpdate(data)
|
return db.table("sys_dynamic_component").primary("id").withBlank().saveOrUpdate(data)
|
Loading…
Reference in New Issue
Block a user