mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
已经存在退款记录, 不能再次结算
This commit is contained in:
@@ -90,6 +90,8 @@ public class PileRemoteService {
|
||||
* 远程停止充电
|
||||
*/
|
||||
public void remoteStopCharging(String pileSn, String connectorCode) {
|
||||
// TODO 获取充电桩0x13数据,校验交易流水号是否一致
|
||||
|
||||
StopChargingCommand command = StopChargingCommand.builder()
|
||||
.pileSn(pileSn)
|
||||
.connectorCode(connectorCode)
|
||||
|
||||
Reference in New Issue
Block a user