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