| | |
| | | try{ |
| | | agvWrkMastHandler.completedPutWayWrk(agvWrkMast); |
| | | } catch (Exception e){ |
| | | e.printStackTrace(); |
| | | log.error("工作号"+agvWrkMast.getWrkNo()+"定时处理AGV工作档中工作状态为205,处理失败:===》异常原因:"+e.getMessage()); |
| | | } |
| | | }); |
| | |
| | | if (!flag) { |
| | | return; |
| | | } |
| | | Map<String, Object> mesTokenInfo = getMesTokenInfo(); |
| | | List<ReportData> reportData = reportDataService.selectList(new EntityWrapper<>()); |
| | | if (!Cools.isEmpty(reportData)) { |
| | | Map<String, Object> mesTokenInfo = getMesTokenInfo(); |
| | | for (ReportData data : reportData) { |
| | | process(data, mesTokenInfo); |
| | | } |
| | | } |
| | | log.info("定时任务结束执行"); |
| | | } |
| | | |
| | |
| | | spring: |
| | | profiles: |
| | | #dev loc prod |
| | | active: pord |
| | | active: prod |