Commit a8eb3917 authored by 赵啸非's avatar 赵啸非

添加排号与评价统计报表

parent 2618c5f1
......@@ -56,9 +56,6 @@ import com.mortals.xhx.common.code.*;
@Slf4j
public class PjEvaluateStatController extends BaseCRUDJsonBodyMappingController<PjEvaluateStatService, PjEvaluateStatEntity, Long> {
@Autowired
private ParamService paramService;
@Autowired
private ISiteFeign siteFeign;
......
......@@ -42,6 +42,23 @@ Content-Type: application/json
{"affairCode":"abcd1234ddddd"}
###评价
POST {{baseUrl}}pj/evaluate/stat/stat
Content-Type: application/json
{
"pjTimeStart": "2024-04-01",
"pjTimeStart": "2024-06-28"
}
###排队
POST {{baseUrl}}pj/evaluate/stat/stat
Content-Type: application/json
{
"pjTimeStart": "2024-04-01",
"pjTimeStart": "2024-06-28"
}
......
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