Commit 7bbed10d authored by 赵啸非's avatar 赵啸非

添加代办员工评价次数

parent 2dd3fed2
<?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.DeclareDaoImpl"> <mapper namespace="com.mortals.xhx.module.staff.dao.ibatis.StaffDaoImpl">
<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
......
...@@ -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/interlist
Content-Type: application/json Content-Type: application/json
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment