rev:任务下发修改

This commit is contained in:
2025-09-28 16:33:39 +08:00
parent f10137accc
commit 255758e609
2 changed files with 7 additions and 4 deletions

View File

@@ -430,14 +430,14 @@ public class InstructionServiceImpl extends CommonServiceImpl<InstructionMapper,
ndcAgvService.sendAgvInstToNDC(task.getAgv_system_type(), dto);
}
//判断是否是仙工AGV
if(CommonFinalParam.ONE.equals(route.getType())){
/* if(CommonFinalParam.ONE.equals(route.getType())){
HttpResponse response = xiangGongAgvService.sendOrderSequencesToXZ(dto);
if (ObjectUtils.isEmpty(response) || response.getStatus() != 200) {
dto.setSend_status("2");
} else {
dto.setSend_status("1");
}
}
}*/
} catch (Exception e) {
dto.setSend_status("2");
e.printStackTrace();