From d97803c4fb26feb153f3ad3cf5c4d5c013f5cbd4 Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Mon, 22 Apr 2024 09:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=94=B6=E8=B4=A7=E8=A7=A3?= =?UTF-8?q?=E7=BB=91=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/InStockTaskBoxService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/WMS.Web.Domain/Services/InStockTaskBoxService.cs b/src/WMS.Web.Domain/Services/InStockTaskBoxService.cs index d31b96ff..16e09924 100644 --- a/src/WMS.Web.Domain/Services/InStockTaskBoxService.cs +++ b/src/WMS.Web.Domain/Services/InStockTaskBoxService.cs @@ -53,6 +53,8 @@ namespace WMS.Web.Domain.Services // if (!isSuccess) // return Result.ReFailure(ResultCodes.DateWriteError); //} + //解绑 + list.ForEach(x => { x.UnBind = true; }); if (list.Count != 0) {