- up
This commit is contained in:
@@ -75,6 +75,7 @@ func updateFoodRecipeItemAndStep(ctx *jxcontext.Context, db *dao.DaoDB, recipeID
|
||||
Index: int8(k + 1),
|
||||
Name: v.Name,
|
||||
Img: v.Img,
|
||||
Description: v.Description,
|
||||
}
|
||||
dao.WrapAddIDCULDEntity(step, ctx.GetUserName())
|
||||
if err = dao.CreateEntity(db, step); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user