From 8152b8daeaed99236ef71183b8355bf94b18548a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 25 Aug 2022 11:59:31 +0800 Subject: [PATCH] 1 --- business/dao/print_temp_utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/dao/print_temp_utils.go b/business/dao/print_temp_utils.go index fbb905289..9f1ccc1aa 100644 --- a/business/dao/print_temp_utils.go +++ b/business/dao/print_temp_utils.go @@ -149,6 +149,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) } for _, v := range strings.Split(userTemp.TempRank, ",") { + globals.SugarLogger.Debug("v===========", v) switch v { case "skuName", "skuNumber", "skuPrice", "skuAllPrice", "allSkuTypeCount", "allSkuCount", "upc": continue @@ -175,6 +176,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) case "businessType": if param[v] == "2" { // 是预订单 printMsg += userTempMap[v] + printValue = append(printValue, param[v]) } case "divider": printMsg += userTempMap["divider"]