mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-03-31 02:42:38 +08:00
28 lines
688 B
Plaintext
28 lines
688 B
Plaintext
{
|
|
"properties" : { },
|
|
"id" : "56ed96789b1e4b649265da83a7b3b8b4",
|
|
"script" : null,
|
|
"groupId" : "6f106ebdee21489db34b956f7770ff03",
|
|
"name" : "列表",
|
|
"createTime" : 1646490239482,
|
|
"updateTime" : 1646401619732,
|
|
"lock" : "0",
|
|
"createBy" : null,
|
|
"updateBy" : null,
|
|
"path" : "/list",
|
|
"method" : "GET",
|
|
"parameters" : [ ],
|
|
"options" : [ ],
|
|
"requestBody" : "",
|
|
"headers" : [ ],
|
|
"paths" : [ ],
|
|
"responseBody" : null,
|
|
"description" : null,
|
|
"requestBodyDefinition" : null,
|
|
"responseBodyDefinition" : null
|
|
}
|
|
================================
|
|
return db.page("""
|
|
select * from sys_component where 1=1
|
|
?{name, and name like concat('%',#{name},'%')}
|
|
""") |