From 8d58c40af40493bd5f066cbfdb1ffd9f113c22fc Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期三, 03 九月 2025 16:37:21 +0800
Subject: [PATCH] 1.前端推数据使用了最新的webSokect客户现场总是掉线,修改为接口方式 2.设备交互整体增加异常处理以及PLC连接方式改为短连接
---
JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java
index 949411e..2a5f5f2 100644
--- a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java
+++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java
@@ -173,10 +173,11 @@
@TableField(value="[operation record_time]")
private Date operationRecordTime;
-// /**
-// * 鎿嶄綔鑰�
-// */
-// private String operationRecord;
+ /**
+ * 鎿嶄綔鑰�
+ */
+ @TableField(value="operationRecord")
+ private String operationRecord;
/**
* 鎿嶄綔绫诲瀷 銆愬紑濮�/缁撴潫銆�
--
Gitblit v1.8.0