From 4b7ec00811bf2db8902d6b64244c8c39ead7e7bd Mon Sep 17 00:00:00 2001 From: sanji Date: Fri, 19 Jan 2024 14:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=9D=9E=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=8C=96=E5=B1=9E=E6=80=A7=E7=9A=84=E7=89=B9=E6=AE=8A=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 1f500d51..e3096825 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1114,7 +1114,8 @@ namespace BBWY.Server.Business var tempDataJarray = JArray.Parse(res.Json["jingdong_category_read_findSaleAttrTemplates_responce"]["categoryAttrTemplates"]["templateData"].ToString()); var colorProperty = tempDataJarray.FirstOrDefault(j => (j.Value("name") == "颜色" || j.Value("name") == "规格" || - j.Value("name") == "类别") && + j.Value("name") == "类别" || + j.Value("name") == "香型") && j["attrValueList"].Children().Count() > 0); if (colorProperty == null) {