update 桩退出时将正在充电的订单改为 异常状态

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-09 16:52:57 +08:00
parent d69af6d285
commit 34834dda91
4 changed files with 49 additions and 14 deletions

View File

@@ -191,4 +191,11 @@ public interface IOrderBasicInfoService {
* @return
*/
List<PersonPileConnectorSumInfoVO> getAccumulativeInfo(QueryPersonPileDTO dto);
/**
* 修改订单状态为异常(桩离线时调用)
*
* @param pileSn
*/
void updateOrderStatusAsAbnormal(String pileSn);
}