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) {