src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java
@@ -146,7 +146,7 @@ * 小车迁移任务生成 */ @Transactional public boolean shuttleMoveGenerate(Integer wrkNo, String locNo, Integer shuttleNo) { private boolean shuttleMoveGenerate(Integer wrkNo, String locNo, Integer shuttleNo) { Date now = new Date(); //获取四向穿梭车线程 NyShuttleThread shuttleThread = (NyShuttleThread) SlaveConnection.get(SlaveType.Shuttle, shuttleNo);