套餐相关接口
This commit is contained in:
@@ -68,4 +68,6 @@ public interface DishMapper {
|
||||
*/
|
||||
@Select("select * from dish where category_id = #{categoryId}")
|
||||
List<Dish> selectByCategoryId(Long categoryId);
|
||||
|
||||
List<Dish> selectByDishIdsAndStatusDisable(List<Long> dishIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user