优化
This commit is contained in:
parent
49d213e988
commit
552c19bfeb
25
src/main/resources/magic/api/监管决策BI/查询项目详细信息.ms
Normal file
25
src/main/resources/magic/api/监管决策BI/查询项目详细信息.ms
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"properties" : { },
|
||||||
|
"id" : "3f938e315b6a4570aa511131dec63fbd",
|
||||||
|
"script" : null,
|
||||||
|
"groupId" : "485e36d471af4f809398babc4abadafe",
|
||||||
|
"name" : "查询项目详细信息",
|
||||||
|
"createTime" : null,
|
||||||
|
"updateTime" : 1689755920273,
|
||||||
|
"lock" : null,
|
||||||
|
"createBy" : null,
|
||||||
|
"updateBy" : "admin",
|
||||||
|
"path" : "/api/index/projectList",
|
||||||
|
"method" : "GET",
|
||||||
|
"parameters" : [ ],
|
||||||
|
"options" : [ ],
|
||||||
|
"requestBody" : "",
|
||||||
|
"headers" : [ ],
|
||||||
|
"paths" : [ ],
|
||||||
|
"responseBody" : null,
|
||||||
|
"description" : null,
|
||||||
|
"requestBodyDefinition" : null,
|
||||||
|
"responseBodyDefinition" : null
|
||||||
|
}
|
||||||
|
================================
|
||||||
|
return db.select("SELECT * FROM project WHERE state = 1 AND #gov")
|
||||||
Loading…
x
Reference in New Issue
Block a user