From fa09361fe5cd003ce707e32d1a7b8343340b86d9 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 21 May 2021 10:09:25 +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 00f7d3f8e..4e090763e 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4717,8 +4717,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),