update 电单车

This commit is contained in:
Guoqs
2024-09-20 14:45:47 +08:00
parent dbc037727e
commit 00b442572a
12 changed files with 74 additions and 34 deletions

View File

@@ -227,7 +227,7 @@ public class HaiNanPlatformServiceImpl implements ThirdPartyPlatformService {
StringBuilder serviceFee = new StringBuilder("服务费:");
// 查询站点当前使用的计费模板
BillingTemplateVO billingTemplate = pileBillingTemplateService.queryUsedBillingTemplate(stationId);
BillingTemplateVO billingTemplate = pileBillingTemplateService.queryUsedBillingTemplateForEV(stationId);
if (billingTemplate == null) {
resultMap.put("electricityFee", electricityFee.toString());
resultMap.put("serviceFee", serviceFee.toString());