修改价格
This commit is contained in:
parent
13f28576ae
commit
995ec10239
|
|
@ -88,7 +88,7 @@ namespace HuanMeng.MiaoYu.Code.Cache.Special
|
|||
var t = new CurrencyRecharge()
|
||||
{
|
||||
Id = product.Id,
|
||||
Price = price,
|
||||
Price = price.ToString(),
|
||||
ProductId = product.ProductId,
|
||||
CurrencyType = product.ProductType,
|
||||
Discount = "",
|
||||
|
|
@ -132,7 +132,7 @@ namespace HuanMeng.MiaoYu.Code.Cache.Special
|
|||
var t = new MallItemDto()
|
||||
{
|
||||
|
||||
Price = price,
|
||||
Price = price.ToString(),
|
||||
ProductId = product.ProductId,
|
||||
PriceType = 0,
|
||||
ProductName = product.ProductName,
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ namespace HuanMeng.MiaoYu.Model.Dto.Account
|
|||
/// <summary>
|
||||
/// 价格
|
||||
/// </summary>
|
||||
public decimal Price { get; set; }
|
||||
public string Price { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 折扣 -0.1 -10%
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ namespace HuanMeng.MiaoYu.Model.Dto.Shop
|
|||
/// <summary>
|
||||
/// 金额
|
||||
/// </summary>
|
||||
public decimal Price { get; set; }
|
||||
public string Price { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 支付类型 0 语珠 1 RMB
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user