From 767d3a13fd7275c493feb737f28fcf8d59eae880 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 28 六月 2024 07:19:33 +0800
Subject: [PATCH] 优化更新队列代码
---
代码管理/PCS/WCS_Server/WIDESEA_WCS/Services/WCS/Partial/VV_DispatchService.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Services/WCS/Partial/VV_DispatchService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Services/WCS/Partial/VV_DispatchService.cs"
index 0cc4927..7a78eac 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Services/WCS/Partial/VV_DispatchService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Services/WCS/Partial/VV_DispatchService.cs"
@@ -238,6 +238,7 @@
{
order.dbAddress = item.plcdetail_db + "." + item.plcdetail_value;
}
+ order.opratortype = item.plcdetail_opratortype;
order.dataLen = item.plcdetail_len;
order.Methods = item.plcdetail_number;//
itmes.Add(order);
--
Gitblit v1.9.3