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