1
This commit is contained in:
@@ -3,6 +3,7 @@ package dao
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"sort"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -1597,6 +1598,8 @@ func StatisticsStoreInfo(db *DaoDB, brandId, vendorId, storeList []int, operateN
|
||||
}
|
||||
|
||||
sql += ` GROUP BY s.status `
|
||||
globals.SugarLogger.Debugf("---------sql := %s", sql)
|
||||
globals.SugarLogger.Debugf("---------sql := %s", utils.Format4Output(param, false))
|
||||
if err := GetRows(db, &statistics, sql, param); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user