Commit 4567dc04 authored by wanghao's avatar wanghao

1 生成下料指令时 打印详细日志

parent 58f5015a
......@@ -163,7 +163,7 @@ public class AgingStageFourProcessJob implements Job {
// 8. 发送机械臂指令(单独捕获异常)
try {
robotArmCommandService.generateBlankingCommand(tStoreyInfo.getfTrayCode(), storeyCode, tStoreyInfo.getBlankingCommand());
log.info("机械臂指令发送完成:fStoreyId={}", fStoreyId);
log.info("机械臂指令发送完成:fStoreyId={};trayCode={};storeyCode={};blankingCommand={}", fStoreyId,tStoreyInfo.getfTrayCode(),storeyCode,tStoreyInfo.getBlankingCommand());
} catch (Exception e) {
log.error("机械臂指令发送异常:fStoreyId={}", fStoreyId, e);
recordAlarm(tStoreyInfo, "机械臂指令发送失败:" + e.getMessage());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment