- 每晚8点再同步一次平台门店信息
This commit is contained in:
@@ -74,6 +74,7 @@ func updateFoodRecipeItemAndStep(ctx *jxcontext.Context, db *dao.DaoDB, recipeID
|
||||
RecipeID: recipeID,
|
||||
Index: int8(k + 1),
|
||||
Name: v.Name,
|
||||
Img: v.Img,
|
||||
}
|
||||
dao.WrapAddIDCULDEntity(step, ctx.GetUserName())
|
||||
if err = dao.CreateEntity(db, step); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user