|
|
@@ -114,6 +114,7 @@ public class DiningController {
|
|
|
@ApiParam(value = "桌号ID", required = true) @RequestParam Integer tableId) {
|
|
|
try {
|
|
|
CuisineDetailVO vo = diningService.getCuisineDetail(cuisineId, tableId);
|
|
|
+
|
|
|
return R.data(vo);
|
|
|
} catch (Exception e) {
|
|
|
log.error("获取菜品详情失败: {}", e.getMessage(), e);
|