|
|
@ -1140,7 +1140,7 @@ public class DailyReportService extends MybatisBaseService<DailyReportMapper, Da |
|
|
|
qw.groupBy("ddr.brandSid"); |
|
|
|
qw.groupBy("bm.fuelTypeValue"); |
|
|
|
qw.groupBy("bm.emissionStandardValue"); |
|
|
|
qw.orderByDesc("dr.brandSid"); |
|
|
|
qw.orderByDesc("ddr.brandSid"); |
|
|
|
List<DailyParameterVo> parameterVoList = baseMapper.selectByParameters(useOrgSid); |
|
|
|
parameterVoList.removeAll(Collections.singleton(null)); |
|
|
|
qw = getCommon(parameterVoList, qw); |
|
|
|