From cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期一, 06 四月 2026 15:41:04 +0800
Subject: [PATCH] mes接口

---
 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Dt_FillingOrderService.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Dt_FillingOrderService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Dt_FillingOrderService.cs"
index 781b9c4..8909331 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Dt_FillingOrderService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Dt_FillingOrderService.cs"
@@ -11,6 +11,7 @@
 using WIDESEAWCS_Core;
 using WIDESEAWCS_Core.BaseRepository;
 using WIDESEAWCS_Core.BaseServices;
+using WIDESEAWCS_Core.LogHelper;
 
 namespace WIDESEA_BasicService
 {
@@ -23,7 +24,7 @@
 
         public IRepository<Dt_FillingOrder> Repository => BaseDal;
 
-        //娣诲姞缃愯璁㈠崟
+        //娣诲姞缃愯浜岀淮鐮�
         public WebResponseContent InsertFilling(FillingOrder fillingOrder)
         {
             WebResponseContent content = new WebResponseContent();
@@ -50,6 +51,7 @@
             Filling.Standby2 = fillingOrder.Standby2;
 
             BaseDal.AddData(Filling);
+            LogLock.OutLogAOP("鎺ュ彛鏃ュ織", new string[] { "鎺ユ敹鏉$爜鍊�:", fillingOrder.BarCode });
             return content;
         }
     }

--
Gitblit v1.9.3