shanji 3 years ago
parent
commit
977ade954a
  1. 4
      BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs

4
BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs

@ -174,8 +174,8 @@ namespace BBWY.Client.ViewModels
globalContext.User.Shop.DingDingWebHook = this.DingDingWebHook; globalContext.User.Shop.DingDingWebHook = this.DingDingWebHook;
globalContext.User.Shop.SkuSafeTurnoverDays = int.Parse(SelectedSkuSafeTurnoverDay.Value); globalContext.User.Shop.SkuSafeTurnoverDays = int.Parse(SelectedSkuSafeTurnoverDay.Value);
globalContext.User.Shop.SiNanDingDingKey = this.DingDingKey; globalContext.User.Shop.SiNanDingDingKey = this.SiNanDingDingKey;
globalContext.User.Shop.SiNanDingDingWebHook = this.DingDingWebHook; globalContext.User.Shop.SiNanDingDingWebHook = this.SiNanDingDingWebHook;
globalContext.User.Shop.SiNanPolicyLevel = (int)this.SelectedSiNanPolicyLevel; globalContext.User.Shop.SiNanPolicyLevel = (int)this.SelectedSiNanPolicyLevel;
}); });
} }

Loading…
Cancel
Save