mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-17 20:49:17 +08:00
注释日志打印
This commit is contained in:
@@ -828,7 +828,7 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
EchoBillingTemplateVO echoBillingTemplateVO = queryPileBillingTemplateById(Long.parseLong(billingTemplateVO.getTemplateId()));
|
||||
// 时段清单
|
||||
List<BillingTimeDTO> timeArray = echoBillingTemplateVO.getTimeArray();
|
||||
log.info("计费模板时段:{}", JSON.toJSONString(timeArray));
|
||||
// log.info("计费模板时段:{}", JSON.toJSONString(timeArray));
|
||||
|
||||
List<BillingPriceVO> resultList = Lists.newArrayList();
|
||||
for (BillingTimeDTO billingTimeDTO : timeArray) {
|
||||
|
||||
Reference in New Issue
Block a user