From 612d9c596f55a723b9b9355938a6ee94cec477c6 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 24 Oct 2022 18:48:32 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/business/partner/purchase/tiktok_store/store.go b/business/partner/purchase/tiktok_store/store.go index c89f2a59e..f1b5c3605 100644 --- a/business/partner/purchase/tiktok_store/store.go +++ b/business/partner/purchase/tiktok_store/store.go @@ -35,14 +35,14 @@ import ( func SplicingTimeToDoudian(openTime1, closeTime1, openTime2, closeTime2 int16) (timeList string) { //700 1200 -> 07:00-12:00 var ( - s1 = "" - ts1 = "" - s2 = "" - ts2 = "" - s3 = "" - ts3 = "" - s4 = "" - ts4 = "" + s1 = "" + ts1 = "" + s2 = "" + ts2 = "" + //s3 = "" + //ts3 = "" + //s4 = "" + //ts4 = "" timeStr = "" ) if openTime1 != 0 && closeTime1 != 0 {