Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-11-29 09:05:21 +08:00
7 changed files with 101 additions and 165 deletions

View File

@@ -4442,7 +4442,7 @@ func RefreshTiktokShopToken(ctx *jxcontext.Context) (err error) {
v.Token = string(token)
v.UpdatedAt = time.Now()
v.StoreBrandName = "定时任务更新"
dao.UpdateEntity(db, v, "Token", "UpdatedAt", "Comment")
dao.UpdateEntity(db, v, "Token", "UpdatedAt", "StoreBrandName")
}
}
}