|
@ -918,8 +918,8 @@ public class EsStatisticsController extends BaseController {
|
|
public String getServiceRankingList(@RequestParam(required = true) String startDate,
|
|
public String getServiceRankingList(@RequestParam(required = true) String startDate,
|
|
@RequestParam(required = true) String endDate) {
|
|
@RequestParam(required = true) String endDate) {
|
|
try {
|
|
try {
|
|
//return write(200, "查询成功", "data", statisticsService.getServiceRankingList(getUID(), startDate, endDate));
|
|
|
|
return write(200, "查询成功", "data", statisticsService.getServiceRankingList("xh1D2017031502222",startDate,endDate));
|
|
|
|
|
|
return write(200, "查询成功", "data", statisticsService.getServiceRankingList(getUID(), startDate, endDate));
|
|
|
|
//return write(200, "查询成功", "data", statisticsService.getServiceRankingList("xh1D2017031502222",startDate,endDate));
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
error(e);
|
|
error(e);
|
|
return error(-1, "查询失败");
|
|
return error(-1, "查询失败");
|