update 查询站点计费模板使用缓存

This commit is contained in:
2023-08-08 16:32:40 +08:00
parent 0ddf3eb46b
commit 7eaf4afd42
3 changed files with 9 additions and 8 deletions

View File

@@ -306,7 +306,7 @@
and t.public_flag = '1'
</select>
<select id="queryStationBillingTemplateList" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
<select id="queryStationBillingTemplateListWithAuth" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
select
t2.id as templateId,
t2.template_code as templateCode,
@@ -488,7 +488,7 @@
limit 1
</select>
<select id="queryStationBillingTemplateListForUniApp" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
<select id="queryStationBillingTemplateList" resultType="com.jsowell.pile.vo.web.BillingTemplateVO">
select
t2.id as templateId,
t2.template_code as templateCode,