dish cache
This commit is contained in:
@@ -68,7 +68,7 @@ public interface DishMapper {
|
||||
* @param categoryId
|
||||
* @return
|
||||
*/
|
||||
@Select("select * from dish where category_id = #{categoryId}")
|
||||
@Select("select * from dish where category_id = #{categoryId} and status = 1")
|
||||
List<Dish> selectByCategoryId(Long categoryId);
|
||||
|
||||
List<Dish> selectByDishIdsAndStatusDisable(List<Long> dishIds);
|
||||
|
||||
Reference in New Issue
Block a user