no message

This commit is contained in:
cb 2025-10-16 14:28:11 +08:00
parent 16891e331d
commit fe13c91ab2
2 changed files with 6 additions and 6 deletions

View File

@ -2169,10 +2169,10 @@ public class OrderController extends BaseController {
}
// 售后记录
// AfterServiceRecord afterServiceRecord = new AfterServiceRecord();
// afterServiceRecord.setOrderDetailId(detail.getId());
// List<AfterServiceRecord> afterServiceRecordList
// =afterServiceRecordService.selectAfterServiceRecordList(afterServiceRecord);
AfterServiceRecord afterServiceRecord = new AfterServiceRecord();
afterServiceRecord.setOrderDetailId(detail.getId());
List<AfterServiceRecord> afterServiceRecordList
=afterServiceRecordService.selectAfterServiceRecordList(afterServiceRecord);
// 编辑返回属性
orderListResponse.setWorkerRemark(detail.getWorkerRemark());
@ -2257,7 +2257,7 @@ public class OrderController extends BaseController {
orderListResponse.setInsuranceManager(manager);
}
}
// orderListResponse.setAfterServiceRecordList(afterServiceRecordList);
orderListResponse.setAfterServiceRecordList(afterServiceRecordList);
orderListResponses.add(orderListResponse);
}
return orderListResponses;

View File

@ -1900,7 +1900,7 @@ public class OrderMasterController extends BaseController {
workerRealInfo=goodsWorkerRealInfo;
}
masterCompanyName = workerRealInfo == null ? null : workerRealInfo.getCompanyName();
masterCompanyPhone=workerRealInfo == null ? null : workerRealInfo.getLegalPersionPhoneNum();
masterCompanyPhone=goodsWorker.getPhone();
}
// 商品信息