Commit 6e4ca67f authored by libin's avatar libin

Merge branch 'holiday-price' into dev

parents 4be88881 76e3cd1c
......@@ -69,7 +69,7 @@ public class VehicleModelHolidayPriceBiz extends BaseBiz<VehicleModelHolidayPric
for (VehicleModelHolidayPrice modelHolidayPrice : vehicleModelHolidayPriceList) {
modelHolidayPrice.setUpdUserId(userId);
modelHolidayPrice.setUpdTime(new Date());
mapper.updateByExample(modelHolidayPrice, example);
mapper.updateByExampleSelective(modelHolidayPrice, example);
}
} else {
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