diff --git a/sky-server/src/main/resources/mapper/DishMapper.xml b/sky-server/src/main/resources/mapper/DishMapper.xml index 1296723..9699e50 100644 --- a/sky-server/src/main/resources/mapper/DishMapper.xml +++ b/sky-server/src/main/resources/mapper/DishMapper.xml @@ -114,6 +114,6 @@ select a.* from dish a left join setmeal_dish b on a.id = b.dish_id - where b.setmeal_id = ? + where b.setmeal_id = #{id}