From 9b50df0048605c41bcc07a09dc763a65fe1c4ae9 Mon Sep 17 00:00:00 2001 From: liuwf Date: Mon, 15 Apr 2024 16:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.Palletiz/Business/InstoreBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aucma.Core.Palletiz/Business/InstoreBusiness.cs b/Aucma.Core.Palletiz/Business/InstoreBusiness.cs index 24a9e9b0..93ac5a3a 100644 --- a/Aucma.Core.Palletiz/Business/InstoreBusiness.cs +++ b/Aucma.Core.Palletiz/Business/InstoreBusiness.cs @@ -158,7 +158,7 @@ namespace Aucma.Core.Palletiz.Business out BaseSpaceInfo spaceinfo); if(!getSpaceResult) { - msg = $"未找到货道,请检查该型号是否有货道"; + msg = $"未找到货道,请检查该型号是否有货道或者货道已满"; RefreshMsgEvent?.Invoke(msg); return; }