Commit c31c74a1 authored by liudong1993's avatar liudong1993

保险价格默认值

parent 9b43f225
......@@ -5967,8 +5967,8 @@ namespace Mall.Module.Product
TripETime = item.TripETime,
TripSTime = item.TripSTime,
UseDay = item.UseDay,
InsuranceMoney = item.InsuranceMoney,
InsuranceCostMoney = item.InsuranceCostMoney,
InsuranceMoney = item.InsuranceMoney ?? 0,
InsuranceCostMoney = item.InsuranceCostMoney ?? 0,
InsuranceFinanceId = 0,
CommentGiveIntegral = item.CommentGiveIntegral
}, trans);
......
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