From 5f06108156b0043f694fc210da84711e20a980cd Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Thu, 22 Feb 2024 22:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=84=E4=BB=B7=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 28988eda..7d4698f9 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -214,7 +214,7 @@ namespace BBWY.Server.Business var exceptSkuIdList = skuIdList.Except(targetSkuIdList); // throw new BusinessException($"{searchProductSkuRequest.CheckStep}-sku条件数量和查询结果数量不一致\r\n{string.Join(",", exceptSkuIdList)}"); //throw new BusinessException($"{JsonConvert.SerializeObject(skuIdList)} 以上SKU可能已下架,请修改任务将该SKU移除奶妈列表"); - throw new BusinessException($"以上{searchProductSkuRequest.CheckStep}状态异常,可能被系统自动下架,请检查任务的精简标题是否正确\r\n{string.Join(",", exceptSkuIdList)}"); + throw new BusinessException($"以下{searchProductSkuRequest.CheckStep}状态异常,请检测是否已下架\r\n{string.Join(",", exceptSkuIdList)}"); } return skuList;