no message

This commit is contained in:
cb 2025-04-29 17:40:27 +08:00
parent c421a6a9b5
commit a04f2ac07c
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ public class OrderDetailServiceImpl implements OrderDetailService {
throw new IllegalArgumentException(response.getString("error_msg"));
}
}
return workerFee;
return detailFee;
}
private void attachPaymentConfirm(OrderAttachmentRecord orderAttachmentRecord, Long orderDetailId, Long workerId, Long deptId, String customerId) throws BaseAdaPayException {