修复消费明细的部分问题
This commit is contained in:
parent
cc0d110c89
commit
0a635cff82
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue