1
This commit is contained in:
@@ -1975,8 +1975,6 @@ func GetStoreSkuAudit(db *DaoDB, storeIDs, nameIDs, skuIDs, statuss, types []int
|
||||
sqlParams = append(sqlParams, pageSize, offset)
|
||||
txDB, _ := Begin(db)
|
||||
defer Commit(db, txDB)
|
||||
globals.SugarLogger.Debugf("--------sql := %s", sql)
|
||||
globals.SugarLogger.Debugf("--------sqlParams := %s", utils.Format4Output(sqlParams, false))
|
||||
if err = GetRowsTx(txDB, &requestList, sql, sqlParams...); err == nil {
|
||||
result := &model.PagedInfo{
|
||||
Data: requestList,
|
||||
|
||||
Reference in New Issue
Block a user