| | |
| | | .or().eq("io_type", 57)).getRecords(); |
| | | |
| | | if(!Cools.isEmpty(agvWrkMastList)){ |
| | | try { |
| | | ReturnT<String> returnT = agvWrkMastHandler.startPutWayWrk(agvWrkMastList); |
| | | } catch (IOException e) { |
| | | log.error(e.getMessage()); |
| | | } |
| | | agvWrkMastList.forEach(agvWrkMast -> { |
| | | try { |
| | | agvWrkMastHandler.startPutWayWrk(agvWrkMast); |
| | | } catch (IOException e) { |
| | | log.error(e.getMessage()); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | |
| | |
| | | .or().eq("io_type", 107)).getRecords(); |
| | | |
| | | if(!Cools.isEmpty(agvWrkMastList)){ |
| | | try { |
| | | ReturnT<String> returnT = agvWrkMastHandler.startCarryWrk(agvWrkMastList); |
| | | } catch (IOException e) { |
| | | log.error(e.getMessage()); |
| | | } |
| | | agvWrkMastList.forEach(agvWrkMast -> { |
| | | try { |
| | | agvWrkMastHandler.startPutWayWrk(agvWrkMast); |
| | | } catch (IOException e) { |
| | | log.error(e.getMessage()); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | |