套餐起售、停售
This commit is contained in:
parent
a914b2dc00
commit
612a929ddf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue