From afc3ef31921d5ca812f7db92dfb107e2c25eff4c Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 01 4月 2025 16:41:45 +0800
Subject: [PATCH] 上一次码垛包装号和站点 LastPalletizingData   加上 第几块板和 upi

---
 CC/iWareSql/DataAccess/TCSCommon.cs |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/CC/iWareSql/DataAccess/TCSCommon.cs b/CC/iWareSql/DataAccess/TCSCommon.cs
index 2c28909..aefe0af 100644
--- a/CC/iWareSql/DataAccess/TCSCommon.cs
+++ b/CC/iWareSql/DataAccess/TCSCommon.cs
@@ -47,26 +47,6 @@
             return PlaceType;
         }
 
-        /// <summary>
-        /// 鏍规嵁瀹為檯鎯呭喌杞崲闀垮拰瀹�
-        /// </summary>
-        /// <param name="UpiInfo"></param>
-        /// <param name="PhysicalLength">鐗╃悊闀垮害</param>
-        /// <param name="PhysicalWidth">鐗╃悊瀹藉害</param>
-        private static void GetPhysicalWidthLength(mes_batchOrderUPI_new UpiInfo, ref double PhysicalLength, ref double PhysicalWidth)
-        {
-            if (UpiInfo.Rotation > 0)
-            {//濡傛灉鏄洓闈㈤捇锛岀墿鐞嗛暱鍜屽瀵硅皟
-                PhysicalWidth = UpiInfo.Length;
-                PhysicalLength = UpiInfo.Width;
-            }
-            else
-            {
-                PhysicalLength = UpiInfo.Length;
-                PhysicalWidth = UpiInfo.Width;
-            }
-        }
-
 
     }
 }

--
Gitblit v1.9.3