update 高德

This commit is contained in:
2023-06-25 17:14:23 +08:00
parent d3982f81d1
commit 9a0bf581fd
8 changed files with 210 additions and 6 deletions

View File

@@ -135,6 +135,13 @@ public interface PileBillingTemplateMapper {
*/
BillingTemplateVO selectBillingTemplateByStationId(@Param("stationId") String stationId);
/**
* 批量查询站点正在使用的计费模板信息
* @param stationIdList 站点id集合
* @return
*/
List<BillingTemplateVO> selectBillingTemplateByStationIdList(@Param("stationIdList") List<String> stationIdList);
/**
* 通过模板id数组批量查询计费模板详情列表
*/