去掉打印
This commit is contained in:
@@ -962,10 +962,6 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat
|
||||
|
||||
Begin(db)
|
||||
defer Commit(db)
|
||||
if params["keyword"] != nil {
|
||||
fmt.Println(sql)
|
||||
fmt.Println(sqlParams)
|
||||
}
|
||||
if err = GetRows(db, &orders, sql, sqlParams...); err == nil {
|
||||
totalCount = GetLastTotalRowCount(db)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user