Commit 76e3cd1c authored by libin's avatar libin

日历价格

parent 086a059e
...@@ -69,7 +69,7 @@ public class VehicleModelHolidayPriceBiz extends BaseBiz<VehicleModelHolidayPric ...@@ -69,7 +69,7 @@ public class VehicleModelHolidayPriceBiz extends BaseBiz<VehicleModelHolidayPric
for (VehicleModelHolidayPrice modelHolidayPrice : vehicleModelHolidayPriceList) { for (VehicleModelHolidayPrice modelHolidayPrice : vehicleModelHolidayPriceList) {
modelHolidayPrice.setUpdUserId(userId); modelHolidayPrice.setUpdUserId(userId);
modelHolidayPrice.setUpdTime(new Date()); modelHolidayPrice.setUpdTime(new Date());
mapper.updateByExample(modelHolidayPrice, example); mapper.updateByExampleSelective(modelHolidayPrice, example);
} }
} else { } else {
Festival festival = new Festival(); Festival festival = new Festival();
......
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