From 612a929ddf98a6a34c43928ba390fdf3f2b538f2 Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Tue, 9 Jan 2024 09:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=E8=B5=B7=E5=94=AE=E3=80=81?= =?UTF-8?q?=E5=81=9C=E5=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sky-server/src/main/resources/mapper/DishMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}