From fb7308a8056b96d5dd8322b269a50f6389ddabf2 Mon Sep 17 00:00:00 2001 From: sanji Date: Sat, 6 Apr 2024 14:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=9D=9E=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=20=E7=94=B5=E6=B1=A0=E5=AE=B9=E9=87=8F?= 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 6c85f3a0..aba15709 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1121,7 +1121,8 @@ namespace BBWY.Server.Business 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) {