|
@@ -131,7 +131,6 @@ public class TReportMonthController extends BaseController
|
|
|
map.put("checkDateMonth", buildDate[1]);
|
|
|
List<TReportPatrol> reportPatrols = tReportPatrolService.selectTReportPatrolByMonthId(Long.parseLong(id));
|
|
|
map.put("reportPatrols", reportPatrols);
|
|
|
- //
|
|
|
HistoricTaskInstanceQuery htiq = historyService.createHistoricTaskInstanceQuery();
|
|
|
List<HistoricTaskInstance> htiLists = htiq.processInstanceId(approveId).finished().orderByHistoricTaskInstanceEndTime().asc().list();
|
|
|
logger.info("历史任务:" + JSON.toJSONString(htiLists));
|