From 432cdaa02a37a9e61e2899cf6d62964e6eed5c83 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 11 Oct 2021 16:37:56 +0800 Subject: [PATCH] aa --- business/model/dao/dao_order.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index 32d8613c6..c3c78c327 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -1073,8 +1073,6 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat sqlParams = append(sqlParams, pageSize, offset) txDB, _ := Begin(db) defer Commit(db, txDB) - fmt.Println(sql) - fmt.Println(sqlParams) if err = GetRowsTx(txDB, &orders, sql, sqlParams...); err == nil { totalCount = GetLastTotalRowCount2(db, txDB) }