mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 10:49:52 +08:00
update 电单车查询收费标准
This commit is contained in:
@@ -16,6 +16,7 @@ import com.jsowell.common.util.id.Seq;
|
||||
import com.jsowell.pile.domain.*;
|
||||
import com.jsowell.pile.dto.BillingTimeDTO;
|
||||
import com.jsowell.pile.dto.CreateOrUpdateBillingTemplateDTO;
|
||||
import com.jsowell.pile.dto.ImportBillingTemplateDTO;
|
||||
import com.jsowell.pile.mapper.PileBillingTemplateMapper;
|
||||
import com.jsowell.pile.service.MemberGroupService;
|
||||
import com.jsowell.pile.service.PileBillingTemplateService;
|
||||
@@ -425,7 +426,6 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 通过站点id查询当前时间的收费详情 (用于查询电动单车的收费详情)
|
||||
*
|
||||
@@ -462,19 +462,22 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用于微信发送微信提醒,查询计费详情
|
||||
*
|
||||
* @param stationId
|
||||
* @param pileSn
|
||||
* @return
|
||||
*/
|
||||
// @Override
|
||||
// public CurrentTimePriceDetails getCurrentTimePriceDetailsByPileType(String stationId , String pileSn) {
|
||||
// // 使用工具类判断是否为电单车桩
|
||||
// // boolean isEBike = YouDianUtils.isEBikePileSn(pileSn);
|
||||
// // 判断桩号是否为汽车桩号
|
||||
@Override
|
||||
public CurrentTimePriceDetails getCurrentTimePriceDetailsByPileType(String stationId, String pileSn) {
|
||||
return null;
|
||||
// 使用工具类判断是否为电单车桩
|
||||
// boolean isEBike = YouDianUtils.isEBikePileSn(pileSn);
|
||||
// 判断桩号是否为汽车桩号
|
||||
// Boolean result = YKCUtils.checkEVPileSn(pileSn);
|
||||
//
|
||||
// if (result) {
|
||||
@@ -489,11 +492,10 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 通过计费模板id查询计费模板详情
|
||||
* 缓存1天,修改清缓存
|
||||
*
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
@@ -513,6 +515,7 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
|
||||
/**
|
||||
* 修改站点计费模板状态并下发最新模板
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
@@ -586,6 +589,7 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
|
||||
/**
|
||||
* 根据站点id查询优惠计费模板
|
||||
*
|
||||
* @param stationId
|
||||
* @return
|
||||
*/
|
||||
@@ -720,6 +724,7 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
|
||||
/**
|
||||
* 转换参数
|
||||
*
|
||||
* @param billingDetailList
|
||||
* @return
|
||||
*/
|
||||
@@ -759,6 +764,7 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
|
||||
/**
|
||||
* 通过站点id查询计费模板列表
|
||||
*
|
||||
* @param stationId 站点id
|
||||
* @return
|
||||
*/
|
||||
|
||||
@@ -250,6 +250,7 @@ public class WxAppletRemoteService {
|
||||
return null;
|
||||
}
|
||||
String pileSn = orderBasicInfo.getPileSn();
|
||||
// 判断桩类型是否为汽车桩号
|
||||
Boolean result = YKCUtils.checkEVPileSn(pileSn);
|
||||
|
||||
// 收费标准
|
||||
|
||||
Reference in New Issue
Block a user