mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
打印日志
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.service.impl;
|
||||
|
||||
import com.alibaba.fastjson2.JSON;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import com.google.common.base.Joiner;
|
||||
@@ -201,6 +202,7 @@ public class SettleOrderReportServiceImpl implements SettleOrderReportService {
|
||||
orderCodeList = Lists.newArrayList(StringUtils.split(orderCodes, ","));
|
||||
dto.setMerchantId(orderReport.getMerchantId());
|
||||
}
|
||||
log.info("getOrderCodes查询参数:{}, orderCodeList:{}", JSON.toJSONString(dto), orderCodeList);
|
||||
return orderCodeList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user