This commit is contained in:
邹宗楠
2024-08-16 15:35:41 +08:00
parent 6cdbf4fd4d
commit 6652a95af9
2 changed files with 14 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ package dao
import (
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-print/dao"
"sort"
"time"
@@ -70,7 +69,6 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
})
for k, v := range mathProbability {
if v == values[0] {
globals.SugarLogger.Debugf("==========匹配概率=========mathProbability _vendor := %s", k)
return k, nil
}
}