diff --git a/hd/nladmin-system/src/main/java/org/nl/modules/quartz/task/AutoCreateInst.java b/hd/nladmin-system/src/main/java/org/nl/modules/quartz/task/AutoCreateInst.java index 0f31790..544860b 100644 --- a/hd/nladmin-system/src/main/java/org/nl/modules/quartz/task/AutoCreateInst.java +++ b/hd/nladmin-system/src/main/java/org/nl/modules/quartz/task/AutoCreateInst.java @@ -102,18 +102,18 @@ public class AutoCreateInst { String startDriverCode = startdevice.getDeviceDriverDefination().getDriverCode(); String nextDriverCode = nextdevice.getDeviceDriverDefination().getDriverCode(); if (StrUtil.isNotEmpty(startDriverCode)){ - DriverDeviceService deviceService = applicationContext.getBean(startDriverCode, DriverDeviceService.class); - Boolean checkStartPoint = deviceService.createInstCheckStartPoint(startdevice, acsTask); - if (!checkStartPoint){ - continue; - } +// DriverDeviceService deviceService = applicationContext.getBean(startDriverCode, DriverDeviceService.class); +// Boolean checkStartPoint = deviceService.createInstCheckStartPoint(startdevice, acsTask); +// if (!checkStartPoint){ +// continue; +// } } if (StrUtil.isNotEmpty(nextDriverCode)){ - DriverDeviceService deviceService = applicationContext.getBean(nextDriverCode, DriverDeviceService.class); - Boolean checkNextPoint = deviceService.createInstCheckNextPoint(nextdevice, acsTask); - if (!checkNextPoint){ - continue; - } +// DriverDeviceService deviceService = applicationContext.getBean(nextDriverCode, DriverDeviceService.class); +// Boolean checkNextPoint = deviceService.createInstCheckNextPoint(nextdevice, acsTask); +// if (!checkNextPoint){ +// continue; +// } } Instruction instdto = new Instruction(); instdto.setInstruction_type(acsTask.getTask_type()); diff --git a/qd/src/views/acs/route/routeLine/index.vue b/qd/src/views/acs/route/routeLine/index.vue index 7e02ce1..7495a75 100644 --- a/qd/src/views/acs/route/routeLine/index.vue +++ b/qd/src/views/acs/route/routeLine/index.vue @@ -159,7 +159,7 @@ > - +