update 使占桩订单免费/修改订单金额

This commit is contained in:
Lemon
2023-09-08 15:51:16 +08:00
parent 43364537d3
commit a89d7e7ec0
6 changed files with 99 additions and 6 deletions

View File

@@ -122,4 +122,11 @@ public interface OrderPileOccupyMapper {
* @return 占桩订单集合
*/
public List<OrderPileOccupy> selectOrderPileOccupyList(OrderPileOccupy orderPileOccupy);
/**
* 使该笔订单免费
* @param occupyCode
* @return
*/
int makeOrderFree(String occupyCode);
}