This commit is contained in:
邹宗楠
2022-11-24 15:02:16 +08:00
parent 27ebd2e41b
commit e506baba84
2 changed files with 3 additions and 7 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")
}
}
}