This commit is contained in:
2023-02-19 14:27:56 +08:00
parent 74e662d547
commit 637c7ba45f

View File

@@ -470,6 +470,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu
} }
} }
} catch (Exception e) { } catch (Exception e) {
log.error("下发agv任务出现异常,异常原因{}", e.getMessage());
dto.setSend_status("2"); dto.setSend_status("2");
e.printStackTrace(); e.printStackTrace();
} }