From d3929343687f3cc2ff135f75bf64358f44036248 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Tue, 10 Jan 2023 03:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5sku=E6=9C=89=E6=95=88?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EvaluationAssistant/EvaluationAssistantBusiness.cs | 4 ++++ BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 1 + 2 files changed, 5 insertions(+) diff --git a/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs b/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs index 4eafb816..76b381d3 100644 --- a/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs +++ b/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs @@ -290,6 +290,10 @@ namespace BBWY.Server.Business throw new BusinessException("只能在任务处于等待状态时才能开始"); + #region 检查sku有效性 + + #endregion + IList giftTemplateSkuList = null; //赠品模板sku var motherTemplateSku = string.Empty; //奶妈模板的sku diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 8718795f..a585e642 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -716,6 +716,7 @@ namespace BBWY.Server.Business req.jdPrices = req.jdPrices.Substring(0, req.jdPrices.Length - 1); req.bindType = req.bindType.Substring(0, req.bindType.Length - 1); req.num = req.num.Substring(0, req.num.Length - 1); + req.promoPrices = req.promoPrices.Substring(0, req.promoPrices.Length - 1); var res = jdClient.Execute(req, token, DateTime.Now.ToLocalTime()); if (res.IsError)