|
@ -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; |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|