修改字段名

This commit is contained in:
Rosy-zhudan
2019-09-16 17:46:42 +08:00
parent f88b273f92
commit 12194ac987
2 changed files with 2 additions and 2 deletions

View File

@@ -662,7 +662,7 @@ func CheckScoreStore() {
checkTime2 := utils.Str2Time(checkTimeStr2)
if curTime.Unix() >= checkTime1.Unix() && curTime.Unix() <= checkTime2.Unix() {
db := dao.GetDB()
hasStoreScoreData, err := dao.CheckHasStoreScoreData(db, time.Now())
hasStoreScoreData, err := dao.CheckHasStoreScoreData(db, curTime)
if err == nil && !hasStoreScoreData {
ScoreStore(jxcontext.AdminCtx, nil)
}