mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 加缓存
This commit is contained in:
@@ -462,7 +462,9 @@ public class PileBillingTemplateServiceImpl implements IPileBillingTemplateServi
|
||||
if (billingTemplateVO == null) {
|
||||
return Lists.newArrayList();
|
||||
}
|
||||
//
|
||||
EchoBillingTemplateVO echoBillingTemplateVO = queryPileBillingTemplateById(Long.parseLong(billingTemplateVO.getTemplateId()));
|
||||
// 时段清单
|
||||
List<BillingTimeDTO> timeArray = echoBillingTemplateVO.getTimeArray();
|
||||
log.info("计费模板时段:{}", JSONObject.toJSONString(timeArray));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user