Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
bill-platform
Commits
769cbb21
Commit
769cbb21
authored
Jul 02, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加系统接入模块
parent
5105d17b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
bill-manager/src/main/resources/sqlmap/module/stat/StatMapperExt.xml
...r/src/main/resources/sqlmap/module/stat/StatMapperExt.xml
+1
-1
bill-manager/src/test/java/com/mortals/httpclient/pj/PjEvaluateStatController.http
...a/com/mortals/httpclient/pj/PjEvaluateStatController.http
+5
-3
No files found.
bill-manager/src/main/resources/sqlmap/module/stat/StatMapperExt.xml
View file @
769cbb21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"mybatis-3-mapper.dtd">
<mapper
namespace=
"com.mortals.xhx.module.
ph.dao.ibatis.PhQueue
StatDaoImpl"
>
<mapper
namespace=
"com.mortals.xhx.module.
stat.dao.ibatis.
StatDaoImpl"
>
<!-- 获取统计列表 -->
<select
id=
"getAllStatList"
parameterType=
"paramDto"
resultMap=
"StatEntity-Map"
>
select
...
...
bill-manager/src/test/java/com/mortals/httpclient/pj/PjEvaluateStatController.http
View file @
769cbb21
...
...
@@ -14,12 +14,14 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
%}
###评价汇总统计列表
POST {{baseUrl}}/pj/evaluate/stat/list
POST {{baseUrl}}/pj/evaluate/stat/
inter
list
Content-Type: application/json
{
"page":1,
"size":10
"timeStart": "2023-04-01",
"timeEnd": "2023-05-03",
"groupList": ["year","month","day"]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment