mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 桩退出时将正在充电的订单改为 异常状态
This commit is contained in:
@@ -191,4 +191,11 @@ public interface IOrderBasicInfoService {
|
||||
* @return
|
||||
*/
|
||||
List<PersonPileConnectorSumInfoVO> getAccumulativeInfo(QueryPersonPileDTO dto);
|
||||
|
||||
/**
|
||||
* 修改订单状态为异常(桩离线时调用)
|
||||
*
|
||||
* @param pileSn
|
||||
*/
|
||||
void updateOrderStatusAsAbnormal(String pileSn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user