|
@@ -141,6 +141,7 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
menuInfo1.setStartDate(date[0]);
|
|
menuInfo1.setStartDate(date[0]);
|
|
menuInfo1.setEndDate(date[1]);
|
|
menuInfo1.setEndDate(date[1]);
|
|
}
|
|
}
|
|
|
|
+ menuInfo1.setMark("xiugai");
|
|
Long updateCount = indexViewMapper.getBasicDataCount(menuInfo1);
|
|
Long updateCount = indexViewMapper.getBasicDataCount(menuInfo1);
|
|
indexViewInfo.setUpdataCount(indexViewInfo.getUpdataCount() + updateCount);
|
|
indexViewInfo.setUpdataCount(indexViewInfo.getUpdataCount() + updateCount);
|
|
|
|
|
|
@@ -363,6 +364,7 @@ public class IndexViewServiceImpl extends BaseServiceImpl implements IndexViewSe
|
|
info1.setStartDate(date[0]);
|
|
info1.setStartDate(date[0]);
|
|
info1.setEndDate(date[1]);
|
|
info1.setEndDate(date[1]);
|
|
}
|
|
}
|
|
|
|
+ info1.setMark("xiugai");
|
|
updateCount += indexViewMapper.getBasicDataCount(info1);
|
|
updateCount += indexViewMapper.getBasicDataCount(info1);
|
|
}
|
|
}
|
|
td.put("count"+a,count);
|
|
td.put("count"+a,count);
|