Skip to content

点操作符没有生效 #20

@xiaohundun

Description

@xiaohundun

版本:

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":""}

没有输出业务标签

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions