Commit 637b9469 by 徐高华

统计

parent 011cc4ff
......@@ -492,7 +492,7 @@ public class HmLinkController {
@RequestMapping("statistics/clerk")
public RestResponse<Object> statisticsClerk(Long linkId, String storeSearchParams, String clerkSearchParams,
Date startTime, Date endTime) {
Date startTime, Date endTime,BasePageInfo basePageInfo) {
List<HmLinkStatisticsClerkVO> list = new ArrayList<>();
list.add(new HmLinkStatisticsClerkVO());
Page<HmLinkStatisticsClerkVO> page = new Page<>();
......@@ -500,7 +500,7 @@ public class HmLinkController {
return RestResponse.successResult(page);
}
@RequestMapping("statistics/page")
@RequestMapping("statistics/log")
public RestResponse<Object> statisticsDetail(Long linkId, String clerkId, Date startTime, Date endTime,
BasePageInfo basePageInfo) {
List<WxUserAddLogVO> list = new ArrayList<>();
......
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