批量删除套餐、菜品起售停售(TODO)
This commit is contained in:
@@ -67,5 +67,5 @@ public interface DishMapper {
|
||||
* @return
|
||||
*/
|
||||
@Select("select * from dish where category_id = #{categoryId}")
|
||||
List<Dish> selectByCategoryId(String categoryId);
|
||||
List<Dish> selectByCategoryId(Long categoryId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user