mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
add 联联平台推送充电状态接口
This commit is contained in:
@@ -228,7 +228,7 @@ public class OrderDetail extends BaseEntity {
|
||||
this.totalServiceAmount = totalServiceAmount;
|
||||
}
|
||||
|
||||
public BigDecimal getTotalServiceAnount() {
|
||||
public BigDecimal getTotalServiceAmount() {
|
||||
return totalServiceAmount;
|
||||
}
|
||||
|
||||
@@ -344,7 +344,7 @@ public class OrderDetail extends BaseEntity {
|
||||
.append("totalUsedElectricity", getTotalUsedElectricity())
|
||||
.append("totalOrderAmount", getTotalOrderAmount())
|
||||
.append("totalElectricityAmount", getTotalElectricityAmount())
|
||||
.append("totalServiceAnount", getTotalServiceAnount())
|
||||
.append("totalServiceAnount", getTotalServiceAmount())
|
||||
.append("sharpUsedElectricity", getSharpUsedElectricity())
|
||||
.append("sharpElectricityPrice", getSharpElectricityPrice())
|
||||
.append("sharpServicePrice", getSharpServicePrice())
|
||||
|
||||
Reference in New Issue
Block a user