套餐起售、停售

This commit is contained in:
Bunny 2024-01-09 09:30:33 +08:00
parent a914b2dc00
commit 612a929ddf
1 changed files with 1 additions and 1 deletions

View File

@ -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}
</select>
</mapper>