Commit bd9b6316 authored by liudong1993's avatar liudong1993

退款费用类型

parent 8fb99e6f
......@@ -4851,7 +4851,7 @@ namespace Mall.Module.Product
var detailList = new List<object>() {
new
{
CostTypeId = item.RemitCostTypeId,
CostTypeId = item.RefundCostTypeId,
Number = 1,
OriginalMoney = Money,
UnitPrice = Money,
......@@ -5519,7 +5519,7 @@ namespace Mall.Module.Product
var detailList = new List<object>() {
new
{
CostTypeId = item.RemitCostTypeId,
CostTypeId = item.RefundCostTypeId,
Number = 1,
OriginalMoney = Money,
UnitPrice = Money,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment