|
|
@ -1060,7 +1060,7 @@ public class DailyReportService extends MybatisBaseService<DailyReportMapper, Da |
|
|
|
public ResultBean<DailyReportAppVo> list4(String date, String useOrgSid) { |
|
|
|
ResultBean<DailyReportAppVo> rb = ResultBean.fireFail(); |
|
|
|
DailyReportAppVo dailyReportAppVo = new DailyReportAppVo(); |
|
|
|
dailyReportAppVo.setTitle("分公司"+date+"日报") |
|
|
|
dailyReportAppVo.setTitle("分公司"+date+"日报"); |
|
|
|
List<BrandVo> rows1 = baseMapper.selectByBrand2(useOrgSid, date); |
|
|
|
rows1.removeAll(Collections.singleton(null)); |
|
|
|
dailyReportAppVo.setRow1(rows1); |
|
|
|