소스 검색

fix:物料rfid校验

wang.sq@aliyun.com 6 일 전
부모
커밋
b2eb3d6cfe

+ 1 - 0
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/operationManagementCenter/service/impl/TaskNodeServiceImpl.java

@@ -2727,6 +2727,7 @@ public class TaskNodeServiceImpl extends SuperServiceImpl<TaskNodeMapper, TaskNo
                         throw new RuntimeException("给机床写入刀具失败");
                     }
                 } catch (Exception e) {
+                    log.error("给机床写入刀具失败:刀具信息"+JSON.toJSONString(cuttingTool)+ "错误信息"+e);
                     throw new RuntimeException(e);
                 }