mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
个人桩启动充电
This commit is contained in:
@@ -2,7 +2,6 @@ package com.jsowell.pile.service;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
import com.jsowell.common.constant.CacheConstants;
|
||||
import com.jsowell.common.constant.Constants;
|
||||
import com.jsowell.common.core.redis.RedisCache;
|
||||
import com.jsowell.common.enums.ykc.ReturnCodeEnum;
|
||||
import com.jsowell.common.exception.BusinessException;
|
||||
@@ -290,7 +289,7 @@ public class PileRemoteService {
|
||||
/**
|
||||
* 预约充电指令
|
||||
*/
|
||||
public void reservedCharging(ReservedChargingCommand command) {
|
||||
ykcPushCommandService.pushReservedChargingCommand(command);
|
||||
public void reservationCharging(ReservationChargingCommand command) {
|
||||
ykcPushCommandService.pushReservationChargingCommand(command);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user