1
This commit is contained in:
@@ -2,7 +2,6 @@ package dao
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"time"
|
||||
@@ -2076,8 +2075,6 @@ func StaticStoreOrderChange(db *DaoDB, storeId []int, start, end time.Time, rank
|
||||
|
||||
lastSql = fmt.Sprintf(lastSql, rank)
|
||||
|
||||
globals.SugarLogger.Debugf("-----sql := %s", lastSql)
|
||||
globals.SugarLogger.Debugf("-----dailyParam := %s", utils.Format4Output(dailyParam, false))
|
||||
data := make([]*StoreOrderRank, 0, 0)
|
||||
if err := GetRows(db, &data, lastSql, dailyParam...); err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user