From 396ab56265a2a8fae87e47d03722423ad01ca325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 29 Aug 2022 11:28:40 +0800 Subject: [PATCH] 1 --- business/dao/print_temp_utils.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/dao/print_temp_utils.go b/business/dao/print_temp_utils.go index c5eb1865d..24992c0ee 100644 --- a/business/dao/print_temp_utils.go +++ b/business/dao/print_temp_utils.go @@ -186,10 +186,8 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) case "qrcOrder": printMsg += userTempMap[v] printValue = append(printValue, param[v]) - printMsg += `%s #%s` printValue = append(printValue, param["vendorName"], param[v]) - default: printMsg += userTempMap[v] printValue = append(printValue, param[v])