From 4f0b158c7df1ad0f34ac2d7178cc28e3cd83450e 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:26:12 +0800 Subject: [PATCH] 1 --- business/dao/print_temp_utils.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/dao/print_temp_utils.go b/business/dao/print_temp_utils.go index e41c00214..c5eb1865d 100644 --- a/business/dao/print_temp_utils.go +++ b/business/dao/print_temp_utils.go @@ -186,6 +186,10 @@ 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])