update 加缓存

This commit is contained in:
2023-06-21 14:28:36 +08:00
parent 8940a680de
commit c45bf3d68f
2 changed files with 60 additions and 40 deletions

View File

@@ -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));