From a14f802d22faad609382f17a46ccd899ce427664 Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Fri, 8 Dec 2023 15:36:21 +0800 Subject: [PATCH] tt --- src/WMS.Web.Domain/Entitys/InstockTask.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WMS.Web.Domain/Entitys/InstockTask.cs b/src/WMS.Web.Domain/Entitys/InstockTask.cs index fb7f2ef9..c4a46450 100644 --- a/src/WMS.Web.Domain/Entitys/InstockTask.cs +++ b/src/WMS.Web.Domain/Entitys/InstockTask.cs @@ -168,7 +168,8 @@ namespace WMS.Web.Domain.Entitys if (totalAccruedQty == totalReceiveQty) this.Status = InstockStatus.Already; else - this.ReceiverId = creatorId; + this.Status = InstockStatus.Part; + this.ReceiverId = creatorId; this.ReceiveTime = DateTime.Now; this.ShelferId = creatorId; this.ShelfTime = DateTime.Now;