|
|
@@ -94,9 +94,9 @@ public class AitagTagLogServiceImpl extends ServiceImpl<AitagTagLogDao, AitagTag
|
|
|
int daysByTwoDatesDef = DateUtils.getDaysByTwoDatesDef(startTaggingTime, endTaggingTime);
|
|
|
List<IconResVo> taggingTrendResVo = null;
|
|
|
if(daysByTwoDatesDef>=15){
|
|
|
- taggingTrendResVo = this.baseMapper.selectTagReportByDay(taggingTrendReqVo);
|
|
|
- }else{
|
|
|
taggingTrendResVo = this.baseMapper.selectTagReportByMonth(taggingTrendReqVo);
|
|
|
+ }else{
|
|
|
+ taggingTrendResVo = this.baseMapper.selectTagReportByDay(taggingTrendReqVo);
|
|
|
}
|
|
|
return taggingTrendResVo;
|
|
|
}
|