no message
This commit is contained in:
parent
c421a6a9b5
commit
a04f2ac07c
|
|
@ -842,7 +842,7 @@ public class OrderDetailServiceImpl implements OrderDetailService {
|
||||||
throw new IllegalArgumentException(response.getString("error_msg"));
|
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 {
|
private void attachPaymentConfirm(OrderAttachmentRecord orderAttachmentRecord, Long orderDetailId, Long workerId, Long deptId, String customerId) throws BaseAdaPayException {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue