Commit c31c74a1 authored by liudong1993's avatar liudong1993

保险价格默认值

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