TLog icon indicating copy to clipboard operation
TLog copied to clipboard

点操作符没有生效

Open xiaohundun opened this issue 2 years ago • 0 comments

版本:

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

没有输出业务标签

xiaohundun avatar May 04 '23 07:05 xiaohundun