From ce6edfe6a5211d178cc1f961d4fc01bc105f5827 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 20 May 2021 11:33:13 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 586d17b0e..03d65c4b6 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4638,8 +4638,6 @@ func QueryPageSkus(ctx *jxcontext.Context, vendorID int, vendorStoreIDs []string panic(r) } }() - fmt.Println(sql) - fmt.Println(sqlParams) if err = dao.GetRowsTx(txDB, &results, sql, sqlParams...); err == nil { pagedInfo = &model.PagedInfo{ TotalCount: dao.GetLastTotalRowCount2(db, txDB),