mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-23 23:51:18 +08:00
Compare commits
2 Commits
345a6efb37
...
840c2af9bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
840c2af9bc | ||
|
|
b27c1ce213 |
@@ -606,6 +606,10 @@ public class OrderService {
|
|||||||
if (StringUtils.isNotBlank(String.valueOf(stationInfo.getOccupyFee()))) {
|
if (StringUtils.isNotBlank(String.valueOf(stationInfo.getOccupyFee()))) {
|
||||||
vo.setOccupyFee(stationInfo.getOccupyFee());
|
vo.setOccupyFee(stationInfo.getOccupyFee());
|
||||||
}
|
}
|
||||||
|
// 保险金额
|
||||||
|
if (StringUtils.isNotBlank(String.valueOf(orderBasicInfo.getInsuranceAmount()))) {
|
||||||
|
vo.setInsuranceAmount(String.valueOf(orderBasicInfo.getInsuranceAmount()));
|
||||||
|
}
|
||||||
|
|
||||||
// 获取充电桩枪口信息
|
// 获取充电桩枪口信息
|
||||||
PileConnectorDetailVO pileConnectorDetailVO = pileService.queryPileConnectorDetail(vo.getPileConnectorCode());
|
PileConnectorDetailVO pileConnectorDetailVO = pileService.queryPileConnectorDetail(vo.getPileConnectorCode());
|
||||||
|
|||||||
@@ -94,6 +94,11 @@ public class UniAppOrderVO {
|
|||||||
*/
|
*/
|
||||||
private String pileConnectorStatus;
|
private String pileConnectorStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 保险金额
|
||||||
|
*/
|
||||||
|
private String insuranceAmount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 充电金额
|
* 充电金额
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user