no message

This commit is contained in:
cb 2025-09-15 18:08:27 +08:00
parent 82ecd1a144
commit 5c2049c3ea
1 changed files with 4 additions and 2 deletions

View File

@ -799,7 +799,9 @@ public class OrderDetailController extends BaseController {
orderListResponse.setPayMoney(detailPayMoney);
orderListResponse.setIsOnlyServ(Boolean.FALSE);
}
AfterServiceRecord afterServiceRecord=new AfterServiceRecord();
afterServiceRecord.setOrderDetailId(detail.getId());
List<AfterServiceRecord> afterServiceRecordList=afterServiceRecordService.selectAfterServiceRecordList(afterServiceRecord);
orderListResponse.setIsNeedBill(orderMaster.getIsNeedBill());
orderListResponse.setIsMonitoredOrder(orderMaster.getIsMonitoredOrder());
orderListResponse.setOrderImages(orderMaster.getOrderImages());
@ -848,7 +850,7 @@ public class OrderDetailController extends BaseController {
orderListResponse.setOrderType(detail.getOrderType());
orderListResponse.setTimeout(detail.getTimeout());
orderListResponse.setChangeMoney(changeMoney);
// orderListResponse.setAfterServiceRecordList(afterServiceRecordList);
orderListResponse.setAfterServiceRecordList(afterServiceRecordList);
orderListResponse.setUpdateTime(detail.getUpdateTime());
orderListResponse.setShelveStatus(detail.getShelveStatus());
orderListResponse.setLedgerAccountStatus(detail.getLedgerAccountStatus());