This commit is contained in:
Guoqs
2025-09-27 15:51:08 +08:00
parent 15677b0dfe
commit 94655706dc
2 changed files with 2 additions and 15 deletions

View File

@@ -543,12 +543,6 @@ public class DelayMerchantProgramLogic extends AbstractProgramLogic {
return;
}
// 获取更新数据后的orderBasicInfo对象
// returnUpdateOrderBasicInfo(orderBasicInfo, data);
// 获取更新数据后的orderDetail对象/更新订单详情 查询订单详情 修改订单数据
// OrderDetail orderDetail = returnUpdateOrderDetail(orderBasicInfo, data);
// 查询订单详情
OrderDetail orderDetail = orderBasicInfoService.getOrderDetailByOrderCode(orderBasicInfo.getOrderCode());