通过交易流水号查询订单信息

This commit is contained in:
2023-03-13 16:06:18 +08:00
parent 9a0692a0f6
commit 6f74b99fb3
7 changed files with 50 additions and 8 deletions

View File

@@ -78,6 +78,8 @@ public interface IOrderBasicInfoService {
*/
OrderBasicInfo getOrderInfoByOrderCode(String orderCode);
OrderBasicInfo getOrderInfoByTransactionCode(String transactionCode);
/**
* 通过桩号和枪口号查询充电中的状态
* @param pileSn 桩编号
@@ -198,4 +200,6 @@ public interface IOrderBasicInfoService {
* @param pileSn
*/
void updateOrderStatusAsAbnormal(String pileSn);
}