修复消费明细的部分问题

This commit is contained in:
lulz1 2024-03-18 23:42:44 +08:00
parent cc0d110c89
commit 0a635cff82
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class CTripOrderExtensionFactoryImpl implements OrderExtensionFactory {
if (first.get().getFlightOrderDetail() == null) {
flightOrderDetail = new FlightOrderDetail();
} else {
return first.get().getFlightOrderDetail();
flightOrderDetail = first.get().getFlightOrderDetail();
}
} else {
flightOrderDetail = new FlightOrderDetail();