Browse Source

修改提示信息

集成Redis
郑勃旭 2 years ago
parent
commit
e7e28d1ff5
  1. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs

@ -115,7 +115,7 @@ public class CountNoteAppService :
{ {
if (itemcBasicDto == null) if (itemcBasicDto == null)
{ {
throw new UserFriendlyException($"物品代码为【{detail.LocationCode}】不存在"); throw new UserFriendlyException($"物品代码为【{detail.ItemCode}】不存在");
} }
} }

Loading…
Cancel
Save