fix 组盘
This commit is contained in:
@@ -220,12 +220,12 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
//检测站点smart200
|
||||
if (device.getDeviceDriver() instanceof StandardInspectSiteSmartDeviceDriver) {
|
||||
standardInspectSiteSmartDeviceDriver = (StandardInspectSiteSmartDeviceDriver) device.getDeviceDriver();
|
||||
log.info("flag:"+standardInspectSiteSmartDeviceDriver.getFlag());
|
||||
log.info("time:"+standardInspectSiteSmartDeviceDriver.getTime());
|
||||
log.info("Product_code:"+standardInspectSiteSmartDeviceDriver.getProduct_code());
|
||||
log.info("Product_specifications:"+standardInspectSiteSmartDeviceDriver.getProduct_specifications());
|
||||
log.info("Weight:"+standardInspectSiteSmartDeviceDriver.getWeight());
|
||||
if("1".equals(standardInspectSiteSmartDeviceDriver.getFlag())) {
|
||||
log.info("flag:" + standardInspectSiteSmartDeviceDriver.getFlag());
|
||||
log.info("time:" + standardInspectSiteSmartDeviceDriver.getTime());
|
||||
log.info("Product_code:" + standardInspectSiteSmartDeviceDriver.getProduct_code());
|
||||
log.info("Product_specifications:" + standardInspectSiteSmartDeviceDriver.getProduct_specifications());
|
||||
log.info("Weight:" + standardInspectSiteSmartDeviceDriver.getWeight());
|
||||
if (1 == standardInspectSiteSmartDeviceDriver.getFlag()) {
|
||||
inst.setExecute_status("1");
|
||||
instructionService.update(inst);
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
|
||||
Reference in New Issue
Block a user