1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user