| | |
| | | if (pcAppRunRealDataList != null && !pcAppRunRealDataList.isEmpty()) { |
| | | for (PcAppRunRealData pcAppRunRealData : pcAppRunRealDataList) { |
| | | MdcProduction mdcProduction = mdcProductionService.getOne(new LambdaQueryWrapper<MdcProduction>().eq(MdcProduction::getProductionName, pcAppRunRealData.getMachineid())); |
| | | if (mdcProduction == null) { |
| | | continue; |
| | | } |
| | | Integer oporation = pcAppRunRealData.getOporation(); |
| | | Date collectTime = pcAppRunRealData.getCollecttime(); |
| | | long second = DateUtils.differentSecond(collectTime, DateUtils.getNow()); |