From 0abfc805d47ee684e5a0a3d20475214a623157a0 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Sat, 8 Oct 2022 12:03:19 +0800 Subject: [PATCH] debug --- business/partner/purchase/tiktok_store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/tiktok_store/store.go b/business/partner/purchase/tiktok_store/store.go index 80dd14cae..c1b8f0cc5 100644 --- a/business/partner/purchase/tiktok_store/store.go +++ b/business/partner/purchase/tiktok_store/store.go @@ -113,7 +113,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri } storeIDs += utils.Int64ToStr(v.Store.StoreId) } - return storeIDs, nil + return storeIDs, err } }