|
|
@ -485,11 +485,11 @@ public class BusHandoverPrepareService extends MybatisBaseService<BusHandoverPre |
|
|
|
* @param dto |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
public ResultBean saveDeliveryPlanInfo(AppHandoverPrepareDto dto) { |
|
|
|
/* public ResultBean saveDeliveryPlanInfo(AppHandoverPrepareDto dto) { |
|
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
|
BusHandoverPrepare busHandoverPrepare = fetchBySid(dto.getSid()); |
|
|
|
// BeanUtil.copyProperties(dto, busHandoverPrepare);
|
|
|
|
/* if (handoverPrepareVehicleDtos.size() > 0) { |
|
|
|
*//* if (handoverPrepareVehicleDtos.size() > 0) {
|
|
|
|
String sid = dto.getSid(); |
|
|
|
for (AppBusHandoverPrepareVehicleDto handoverPrepareVehicleDto : handoverPrepareVehicleDtos) { |
|
|
|
BusHandoverPrepareVehicle busHandoverPrepareVehicle = busHandoverPrepareVehicleService.fetchBySid(handoverPrepareVehicleDto.getSid()); |
|
|
@ -501,9 +501,9 @@ public class BusHandoverPrepareService extends MybatisBaseService<BusHandoverPre |
|
|
|
busHandoverPrepareVehicleService.updateById(busHandoverPrepareVehicle); |
|
|
|
} |
|
|
|
} |
|
|
|
updateById(busHandoverPrepare);*/ |
|
|
|
updateById(busHandoverPrepare);*//*
|
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
|
|
|
|
/** |
|
|
|
* 交车准备详情 |
|
|
|