@ -44,7 +44,7 @@ public class PUB_ADJ_DETAIL_DTO : EntityDto<Guid>
[Display(Name = "键值")]
public string KeyCode { get; set; }
[Display(Name = "价格")]
public string Price { get; set; }
public decimal Price { get; set; }
@ -313,7 +313,7 @@ public class ADJ_SERVICE : BASE_SERVICE
Qty = d.Qty,
GroupNum = d.GroupNum,
KeyCode = d.KeyCode,
Price = d.Price,
Price = p.Price,
};
ls = inner.ToList();
@ -336,7 +336,7 @@ public class ADJ_SERVICE : BASE_SERVICE