Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点操作符没有生效 #20

Open
xiaohundun opened this issue May 4, 2023 · 0 comments
Open

点操作符没有生效 #20

xiaohundun opened this issue May 4, 2023 · 0 comments

Comments

@xiaohundun
Copy link

xiaohundun commented May 4, 2023

版本:

version=1.5.0
groupId=com.yomahub
artifactId=tlog-all-spring-boot-starter

方法:

@TLogAspect({"invoiceRequest.omsOrder.id"})
public String red(InvoiceRequest invoiceRequest) throws Exception {}

InvoiceRequest:

@Data
public class InvoiceRequest {
    private OmsOrder omsOrder;
    private List<OmsOrderDetail> omsOrderDetailList;
    private BillingInfo billingInfo;
}

输出日志:

<0.1><12596419933634624> 红票开票返回信息:{"code":"E9402","describe":"金额超过对应蓝票剩余含税金额: ¥0.00","result":""}

没有输出业务标签

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant