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