报错时data注释

This commit is contained in:
2023-11-16 10:19:19 +08:00
parent 87e99fadd6
commit ea75b54f38
2 changed files with 2 additions and 2 deletions

View File

@@ -459,7 +459,7 @@ public class AgvNdcOneDeviceDriver extends AbstractDeviceDriver implements Devic
param.put("product_area", paramService.findByCode("productArea").getValue()); param.put("product_area", paramService.findByCode("productArea").getValue());
acsToWmsService.sendDeviceStatus(param); acsToWmsService.sendDeviceStatus(param);
} }
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); // data = NDCAgvService.sendAgvOneModeInst(phase, index, 0);
last_error = error; last_error = error;
} else if (phase == 0x70) { } else if (phase == 0x70) {
//x坐标 //x坐标

View File

@@ -726,7 +726,7 @@ public class AgvNdcTwoDeviceDriver extends AbstractDeviceDriver implements Devic
param.put("product_area", ParamService.findByCode("productArea").getValue()); param.put("product_area", ParamService.findByCode("productArea").getValue());
acsToWmsService.sendDeviceStatus(param); acsToWmsService.sendDeviceStatus(param);
} }
data = ndcAgvService.sendAgvTwoModeInst(phase, index, 0); // data = ndcAgvService.sendAgvTwoModeInst(phase, index, 0);
last_error = error; last_error = error;
} else if (phase == 0x70) { } else if (phase == 0x70) {
//x坐标 //x坐标