rev:一期NDC上报执行中状态未修改

This commit is contained in:
2025-11-05 13:26:46 +08:00
parent df28722b1a
commit 4a39a4fd0c

View File

@@ -164,9 +164,9 @@ public class OneNDCSocketConnectionAutoRun extends AbstractAutoRunnable {
inst.setAgv_jobno(String.valueOf(index)); inst.setAgv_jobno(String.valueOf(index));
inst.setSend_status("1"); inst.setSend_status("1");
instructionService.update(inst); instructionService.update(inst);
}
data = NDCAgvService.sendAgvOneModeInst(phase, index, 0); data = NDCAgvService.sendAgvOneModeInst(phase, index, 0);
} }
}
//任务完毕 //任务完毕
//无车id及状态 //无车id及状态
else if (phase == 0x0A) { else if (phase == 0x0A) {