update 启动预约订单

This commit is contained in:
2023-03-25 15:47:09 +08:00
parent e5eafef8db
commit 0f15ad93cd
5 changed files with 26 additions and 9 deletions

View File

@@ -210,10 +210,5 @@ public interface IOrderBasicInfoService {
*/
void updateOrderStatusAsAbnormal(String pileSn);
/**
* 预约订单启动
*/
void appointmentOrderStart();
List<OrderBasicInfo> getAppointmentOrder(LocalDateTime dateTime);
}