Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-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
赵啸非
agent-platform
Commits
7bbed10d
Commit
7bbed10d
authored
May 13, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加代办员工评价次数
parent
2dd3fed2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
agent-manager/src/main/resources/sqlmap/module/staff/StaffMapperExt.xml
...src/main/resources/sqlmap/module/staff/StaffMapperExt.xml
+2
-2
agent-manager/src/test/java/com/mortals/httpclient/staff/StaffController.http
...st/java/com/mortals/httpclient/staff/StaffController.http
+1
-1
No files found.
agent-manager/src/main/resources/sqlmap/module/
declare/Declare
MapperExt.xml
→
agent-manager/src/main/resources/sqlmap/module/
staff/Staff
MapperExt.xml
View file @
7bbed10d
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"mybatis-3-mapper.dtd">
"mybatis-3-mapper.dtd">
<mapper
namespace=
"com.mortals.xhx.module.
declare.dao.ibatis.Declare
DaoImpl"
>
<mapper
namespace=
"com.mortals.xhx.module.
staff.dao.ibatis.Staff
DaoImpl"
>
<select
id=
"getPjTimesByAgent"
parameterType=
"Long"
resultType=
"Integer"
>
<select
id=
"getPjTimesByAgent"
parameterType=
"Long"
resultType=
"Integer"
>
SELECT
SELECT
count( b.score ) AS times
count( b.score ) AS times
...
...
agent-manager/src/test/java/com/mortals/httpclient/staff/StaffController.http
View file @
7bbed10d
...
@@ -14,7 +14,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
...
@@ -14,7 +14,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
%}
%}
###代办帮办人员列表
###代办帮办人员列表
POST {{baseUrl}}/staff/list
POST {{baseUrl}}/staff/
inter
list
Content-Type: application/json
Content-Type: application/json
{
{
...
...
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