update 占桩订单逻辑

This commit is contained in:
2023-08-18 15:52:52 +08:00
parent f7fc5ea8e2
commit 29a60ec560
5 changed files with 30 additions and 5 deletions

View File

@@ -99,4 +99,6 @@ public interface OrderPileOccupyMapper {
* @return
*/
OrderPileOccupy getOrderInfoByPile(@Param("pileSn") String pileSn, @Param("connectorCode") String connectorCode);
List<OrderPileOccupy> getDraftOccupyOrder(@Param("pileSn") String pileSn, @Param("connectorCode") String connectorCode);
}