|
|
@ -1066,7 +1066,7 @@ public class DailyReportService extends MybatisBaseService<DailyReportMapper, Da |
|
|
|
dailyReportAppVo.setRow1(rows1); |
|
|
|
List<String> brandList = rows1.stream().map(v -> v.getLinkSid()).collect(Collectors.toList()); |
|
|
|
brandList.removeAll(Collections.singleton(null)); |
|
|
|
if(brandList.isEmpty()){ |
|
|
|
if (brandList.isEmpty()) { |
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|
List<DailyReportVo> dailyReportVoList = baseMapper.selectReport4(brandList, useOrgSid, date); |
|
|
|