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)