From 736fb5782d375908a9097780743913193ffde494 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 03 七月 2025 17:28:14 +0800
Subject: [PATCH] 完善部分日志内容,优化查询语句和日志打印代码

---
 api/WMSController.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/api/WMSController.cs b/api/WMSController.cs
index 6a3ecb7..ef806ad 100644
--- a/api/WMSController.cs
+++ b/api/WMSController.cs
@@ -18,7 +18,9 @@
         /// <returns></returns>
         [HttpPost]
         //[Route("WMS/CgInfoSync")]
-        public WmsResult CgInfoSync(CgInfoSyncInfo model) {
+        public MesResult CgInfoSync(CgInfoSyncInfo model) {
+            var apiName = "鍗氬疄鐗╂枡淇℃伅涓嬪彂鍚屾(MES)";
+            LogHelper.InfoApi(apiName, model);
             return ApiHelper.CgInfoSync(model);
         }
     }

--
Gitblit v1.9.1