|
|
@ -1454,14 +1454,14 @@ public class AgvServiceImpl implements AgvService { |
|
|
|
&& standardInspectSiteSmartDeviceDriver.getAction() == 3 |
|
|
|
&& standardInspectSiteSmartDeviceDriver.getIo_action() == 3) { |
|
|
|
|
|
|
|
standardInspectSiteSmartDeviceDriver.writing(2); |
|
|
|
standardInspectSiteSmartDeviceDriver.writing(3); |
|
|
|
flag = true; |
|
|
|
} |
|
|
|
} else if (standardInspectSiteSmartDeviceDriver.getMode() != 0 |
|
|
|
// && standardInspectSiteSmartDeviceDriver.getMove() == 0
|
|
|
|
) { |
|
|
|
|
|
|
|
standardInspectSiteSmartDeviceDriver.writing(2); |
|
|
|
standardInspectSiteSmartDeviceDriver.writing(3); |
|
|
|
flag = true; |
|
|
|
} |
|
|
|
} |
|
|
|