no message
This commit is contained in:
parent
82ecd1a144
commit
5c2049c3ea
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue