diff --git a/BBWY.Client/BBWY.Client.csproj b/BBWY.Client/BBWY.Client.csproj index 6994eb7e..dc02d1e7 100644 --- a/BBWY.Client/BBWY.Client.csproj +++ b/BBWY.Client/BBWY.Client.csproj @@ -1,7 +1,7 @@  - Exe + WinExe netcoreapp3.1 true Resources\Images\bbwylogo.ico diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index fed131bf..ef199a45 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10230"; + ClientVersion = "10231"; } diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 6ced03e0..d9b04e2d 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) { diff --git a/InDll2/sendPhone.dll b/InDll2/sendPhone.dll index 50247e46..d5fe4755 100644 Binary files a/InDll2/sendPhone.dll and b/InDll2/sendPhone.dll differ