This commit is contained in:
邹宗楠
2022-04-15 21:13:15 +08:00
parent a6e0049717
commit 11ddf707e3
3 changed files with 6 additions and 8 deletions

View File

@@ -5287,7 +5287,7 @@ func RefreshStoreIsOnline(ctx *jxcontext.Context) (err error) {
}
dao.UpdateEntity(db, storeMap, "IsOnline")
store := fmt.Sprintf("门店id:%d,门店名称:%s,第三方门店状态:%d,本地门店修改后状态:%d,第三方平台Id(美团,饿了么...):%d", store.Store.ID, store.Store.Name, store.Store.Status, storeMap.IsOnline, storeMap.VendorID)
event.AddOperateEvent(ctx, ctx.GetTrackInfo(), store, err.Error(), "", int(time.Now().UnixNano()/1000), "UpdateStore")
event.AddOperateEvent(ctx, ctx.GetTrackInfo(), store, "", "", 10, "UpdateStore")
}
}
return retVal, err