From 10736d0638fd4b6d09547a8eecc4a6fb06cf50b2 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 10:26:46 +0800 Subject: [PATCH] 1 --- business/dao/print_temp_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/dao/print_temp_utils.go b/business/dao/print_temp_utils.go index cec905dec..497b72cf5 100644 --- a/business/dao/print_temp_utils.go +++ b/business/dao/print_temp_utils.go @@ -186,7 +186,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) case "qrcOrder": //if param["vendorId"] == utils.Int2Str(model.VendorIDEBAI) && param[v] != "" { // 饿百订单 printMsg += userTempMap[v] - printMsg += param[v] + printValue = append(printValue, param[v]) //} default: printMsg += userTempMap[v]