This commit is contained in:
2024-02-23 13:55:10 +08:00
parent 5c40cf5edd
commit 222b1bec9e
5 changed files with 32 additions and 2 deletions

View File

@@ -103,7 +103,8 @@ public interface PileBillingTemplateMapper {
* @return
*/
List<BillingTemplateVO> queryStationBillingTemplateListWithAuth(@Param("stationId") String stationId,
@Param("stationDeptIds") List<String> stationDeptIds);
@Param("stationDeptIds") List<String> stationDeptIds,
@Param("memberFlag") String memberFlag);
/**
* 根据站点id查询站点计费模板列表