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

@@ -102,8 +102,8 @@ public interface PileBillingTemplateMapper {
* @param stationId 站点id
* @return
*/
List<BillingTemplateVO> queryStationBillingTemplateList(@Param("stationId") String stationId,
@Param("stationDeptIds") List<String> stationDeptIds);
List<BillingTemplateVO> queryStationBillingTemplateListWithAuth(@Param("stationId") String stationId,
@Param("stationDeptIds") List<String> stationDeptIds);
/**
* 根据站点id查询站点计费模板列表
@@ -111,7 +111,7 @@ public interface PileBillingTemplateMapper {
* @param stationId 站点id
* @return
*/
List<BillingTemplateVO> queryStationBillingTemplateListForUniApp(@Param("stationId") String stationId);
List<BillingTemplateVO> queryStationBillingTemplateList(@Param("stationId") String stationId);
/**
* 通过桩sn号查询计费模板