From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 05 八月 2025 12:47:13 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoDetailService.cs |   39 ---------------------------------------
 1 files changed, 0 insertions(+), 39 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoDetailService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoDetailService.cs"
index 6b85a18..5967cfe 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoDetailService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoDetailService.cs"
@@ -9,43 +9,4 @@
     {
         this.boxingInfoRepository = boxingInfoRepository;
     }
-
-    /// <summary>
-    /// 鏌ヨ缁勭洏淇℃伅
-    /// </summary>
-    /// <param name="palletCode"></param>
-    /// <returns></returns>
-    public object GetBarcodeDetial(string palletCode)
-    {
-        List<DtBoxingInfoDetail> list = null;
-        try
-        {
-            var headId = boxingInfoRepository.QueryFirst(x => x.PalletCode == palletCode);
-            if (headId != null)
-            {
-                list = BaseDal.QueryData(x => x.BoxingInfoId == headId.Id);
-                return new
-                {
-                    status = 1,
-                    count = list.Count(),
-                    data = list
-                };
-            }
-
-            return new
-            {
-                status = 0,
-                data = new List<DtBoxingInfoDetail>()
-            };
-
-        }
-        catch (Exception)
-        {
-            return new
-            {
-                status = 0,
-                data = new List<DtBoxingInfoDetail>()
-            };
-        };
-    }
 }
\ No newline at end of file

--
Gitblit v1.9.3