Browse Source

支持非结构属性 电池容量

master
sanji 1 year ago
parent
commit
fb7308a805
  1. 3
      BBWY.Server.Business/PlatformSDK/JDBusiness.cs

3
BBWY.Server.Business/PlatformSDK/JDBusiness.cs

@ -1121,7 +1121,8 @@ namespace BBWY.Server.Business
j.Value<string>("name") == "规格" ||
j.Value<string>("name") == "类别" ||
j.Value<string>("name") == "香型" ||
j.Value<string>("name") == "色温") &&
j.Value<string>("name") == "色温" ||
j.Value<string>("name") == "电池容量") &&
j["attrValueList"].Children().Count() > 0);
if (colorProperty == null)
{

Loading…
Cancel
Save