下单时间
This commit is contained in:
@@ -26,7 +26,7 @@ public interface KitchenDetailMapper {
|
|||||||
List<KitchenTableFoodVO> getKitchenTableFoods(Long shopId, Long orderId, String tableCode, Long isNoTable);
|
List<KitchenTableFoodVO> getKitchenTableFoods(Long shopId, Long orderId, String tableCode, Long isNoTable);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 按台桌查看商品列表
|
* 按商品查看
|
||||||
*/
|
*/
|
||||||
List<KitchenFoodVO> getKitchenFood(Long shopId, String productName, Long categoryId);
|
List<KitchenFoodVO> getKitchenFood(Long shopId, String productName, Long categoryId);
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
`staff`.`name` AS staffName,
|
`staff`.`name` AS staffName,
|
||||||
sum(detail.num - detail.return_num) AS num,
|
sum(detail.num - detail.return_num) AS num,
|
||||||
detail.sub_status AS subStatus,
|
detail.sub_status AS subStatus,
|
||||||
detail.order_time AS orderTime,
|
detail.create_time AS orderTime,
|
||||||
detail.start_order_time AS startOrderTime,
|
detail.start_order_time AS startOrderTime,
|
||||||
detail.dish_out_time AS dishOutTime,
|
detail.dish_out_time AS dishOutTime,
|
||||||
detail.food_serve_time AS foodServeTime
|
detail.food_serve_time AS foodServeTime
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
detail.sku_name AS skuName,
|
detail.sku_name AS skuName,
|
||||||
sum(detail.num - detail.return_num) AS num,
|
sum(detail.num - detail.return_num) AS num,
|
||||||
detail.sub_status AS subStatus,
|
detail.sub_status AS subStatus,
|
||||||
detail.order_time AS orderTime,
|
detail.create_time AS orderTime,
|
||||||
detail.start_order_time AS startOrderTime,
|
detail.start_order_time AS startOrderTime,
|
||||||
detail.dish_out_time AS dishOutTime,
|
detail.dish_out_time AS dishOutTime,
|
||||||
detail.food_serve_time AS foodServeTime
|
detail.food_serve_time AS foodServeTime
|
||||||
|
|||||||
Reference in New Issue
Block a user