Commit 769cbb21 authored by 赵啸非's avatar 赵啸非

添加系统接入模块

parent 5105d17b
<?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.ph.dao.ibatis.PhQueueStatDaoImpl"> <mapper namespace="com.mortals.xhx.module.stat.dao.ibatis.StatDaoImpl">
<!-- 获取统计列表 --> <!-- 获取统计列表 -->
<select id="getAllStatList" parameterType="paramDto" resultMap="StatEntity-Map"> <select id="getAllStatList" parameterType="paramDto" resultMap="StatEntity-Map">
select select
......
...@@ -14,12 +14,14 @@ client.global.set("authToken", JSON.parse(response.body).data.token); ...@@ -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/interlist
Content-Type: application/json Content-Type: application/json
{ {
"page":1, "timeStart": "2023-04-01",
"size":10 "timeEnd": "2023-05-03",
"groupList": ["year","month","day"]
} }
......
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