From e7e28d1ff5b7fd4b703014791d1a6f1969aa6a34 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Mon, 26 Jun 2023 17:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Notes/CountNotes/CountNoteAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs index 828b6c6ee..042e52d93 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs @@ -115,7 +115,7 @@ public class CountNoteAppService : { if (itemcBasicDto == null) { - throw new UserFriendlyException($"物品代码为【{detail.LocationCode}】不存在"); + throw new UserFriendlyException($"物品代码为【{detail.ItemCode}】不存在"); } }