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