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"]