|
@ -517,7 +517,7 @@ public class EsStatisticsController extends BaseController {
|
|
if ("13".equals(idx)) {
|
|
if ("13".equals(idx)) {
|
|
idx = "1";
|
|
idx = "1";
|
|
}
|
|
}
|
|
//20指标一个键绑定一条数据 2018年开始所以改用86指标 2018-08-27 zd
|
|
|
|
|
|
//20指标一个键绑定一条数据 2018年开始所以改用86指标. 2018-08-27 zd
|
|
String thisYear = Constant.getNowYearByDate(endDate);
|
|
String thisYear = Constant.getNowYearByDate(endDate);
|
|
if ("20".equals(idx) && Integer.valueOf(thisYear)>=2018){
|
|
if ("20".equals(idx) && Integer.valueOf(thisYear)>=2018){
|
|
idx="86";
|
|
idx="86";
|