From 75ed7a149ba321395fd1b01087928f7a231a049f Mon Sep 17 00:00:00 2001 From: sanji Date: Tue, 23 Jan 2024 16:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E4=BB=B7=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=E4=B8=8A=E6=9E=B6=E9=97=AE=E9=A2=98-=E8=89=B2?= =?UTF-8?q?=E6=B8=A9?= 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 e31ebdd3..5a253dd6 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1120,7 +1120,8 @@ namespace BBWY.Server.Business var colorProperty = tempDataJarray.FirstOrDefault(j => (j.Value("name") == "颜色" || j.Value("name") == "规格" || j.Value("name") == "类别" || - j.Value("name") == "香型") && + j.Value("name") == "香型" || + j.Value("name") == "色温") && j["attrValueList"].Children().Count() > 0); if (colorProperty == null) {