This commit is contained in:
psh
2024-04-23 09:40:07 +08:00
parent 5b43f6b1f5
commit c19a4c6869

View File

@@ -988,7 +988,7 @@ public class InstructionServiceImpl extends CommonServiceImpl<InstructionMapper,
} else if (StrUtil.equals(paramService.findByCode(AcsConfig.AGVTYPE).getValue(), "2")) {
// NDC agv指令不当场取消指令,需要等agv上报
if (!StrUtil.isEmpty(entity.getAgv_jobno())) {
ndcAgvService.deleteAgvInstToNDC((Instruction)entity);
ndcAgvService.deleteAgvInstToNDC(new Instruction(entity));
} else {
flag = true;
}