mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update会员计费模板
This commit is contained in:
@@ -171,4 +171,11 @@ public interface PileBillingTemplateMapper {
|
||||
void updateStatusByStationId(@Param("stationId") String stationId, @Param("status") String status);
|
||||
|
||||
void updateStatusByTemplateId(@Param("templateId") String templateId, @Param("status") String status);
|
||||
|
||||
/**
|
||||
* 查询站点的集团会员优惠计费模板
|
||||
* @param stationId
|
||||
* @return
|
||||
*/
|
||||
BillingTemplateVO queryPreferentialBillingTemplate(String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user