|
@@ -77,7 +77,7 @@ public class ReportController extends BaseController {
|
|
|
|
|
|
ReportDayVO vo = new ReportDayVO();
|
|
|
vo.setAppointmentList(appointmentlist);
|
|
|
- vo.setIllegalList((illegalList==null||illegalList.size()==1)?new ArrayList<>():illegalList);
|
|
|
+ vo.setIllegalList((illegalList==null||(illegalList.size()==1&&illegalList.get(0).getCompany().equals("总计")))?new ArrayList<>():illegalList);
|
|
|
vo.setPlanList(planlist);
|
|
|
vo.setNextDayList(nextDayList);
|
|
|
return vo;
|