From fe8ee55d90fa0643c402e18fca297a2bc5e19aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 25 Mar 2021 16:14:53 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index ab8692464..41549b1df 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -304,6 +304,7 @@ func GetStoresSkusForStore(ctx *jxcontext.Context, storeID int, isFocus, isAct b sql += ` LEFT JOIN sku_category d ON d.id = a.category_id AND d.deleted_at = ? ` + sqlParams = append(sqlParams, utils.DefaultTimeValue) if categoryID != 0 { sql += " AND d.id = ?" sqlParams = append(sqlParams, categoryID)