From e3005bb26691bfc1d238cc60f6c11150265bae30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Fri, 10 Jan 2025 11:33:39 +0800 Subject: [PATCH] =?UTF-8?q?GP12=E8=A7=A6=E6=91=B8=E5=B1=8F=EF=BC=8C?= =?UTF-8?q?=E5=86=85=E5=A4=96=E6=A0=87=E7=AD=BE=E9=99=90=E5=88=B6=E8=A7=A3?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/mes/qc/QcGp12Service.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZR.Service/mes/qc/QcGp12Service.cs b/ZR.Service/mes/qc/QcGp12Service.cs index c93f9d16..59dfd251 100644 --- a/ZR.Service/mes/qc/QcGp12Service.cs +++ b/ZR.Service/mes/qc/QcGp12Service.cs @@ -552,11 +552,11 @@ namespace ZR.Service.Business { return "内标签零件号与外箱标签不一致!"; } - int qt = DoAnalyzeQuantity(data.Label); +/* int qt = DoAnalyzeQuantity(data.Label); if (qt >= 6) { return "该标签可能为外箱标签!"; - } + }*/ bool hasAny = Context .Queryable() .Where(it => it.Label == data.Label)