From 286ff26fa658dabe9e758d830d134172e8abd03f Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期四, 13 三月 2025 17:59:53 +0800 Subject: [PATCH] 1 --- WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoRepository/TaskRepository.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoRepository/TaskRepository.cs b/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoRepository/TaskRepository.cs index 87598ea..4b37e95 100644 --- a/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoRepository/TaskRepository.cs +++ b/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoRepository/TaskRepository.cs @@ -51,10 +51,10 @@ throw new Exception("浠诲姟鏁扮粍鏁版嵁鎵樼洏鍙烽噸澶�"); } - if (QueryFirst(x => listEntity.Select(v => v.PalletCode).Contains(x.PalletCode)) != null) - { - throw new Exception("鏈夐噸澶嶄换鍔�"); - } + //if (QueryFirst(x => listEntity.Select(v => v.PalletCode).Contains(x.PalletCode)) != null) + //{ + // throw new Exception("鏈夐噸澶嶄换鍔�"); + //} return base.AddData(listEntity); } -- Gitblit v1.9.3