提交 1d0a1629 authored 作者: liuhaiquan's avatar liuhaiquan

Merge remote-tracking branch 'origin/v9.1_ownerAppInterface_20231221' into test

Former-commit-id: e0e3135c
......@@ -1335,7 +1335,7 @@ public class OrderChildServiceImpl implements OrderChildService {
//查询结算信息
Optional<SettlementOwnerDetail> optional = settlementOwnerDetailDao.getByChildNo(childNo);
if(!optional.isPresent()){
if(optional.isPresent()){
SettlementOwnerDetail settlementOwnerDetail = optional.get();
result.setRealFreight(settlementOwnerDetail.getFreight());
result.setLossFreight(settlementOwnerDetail.getLossFreight());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论