test
This commit is contained in:
parent
d65cfe2156
commit
ea5ee5ee42
|
|
@ -68,7 +68,7 @@ public interface CookRecipeDetailMapper {
|
||||||
public List<Long> getToDeleteCookRecipeDetailIds4Daily(Long recipeId);
|
public List<Long> getToDeleteCookRecipeDetailIds4Daily(Long recipeId);
|
||||||
|
|
||||||
public List<Long> getToDeleteCookRecipeDetailIds4Weekly(Long recipeId);
|
public List<Long> getToDeleteCookRecipeDetailIds4Weekly(Long recipeId);
|
||||||
|
|
||||||
List<CookRecipeDetail> getCookRecipeDetailLTemplate(@Param("recipeId") Long recipeId, @Param("detailType") String detailType);
|
List<CookRecipeDetail> getCookRecipeDetailLTemplate(@Param("recipeId") Long recipeId, @Param("detailType") String detailType);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue