From 1e206d4af63bf1ffb8d2b736884837f34a6a08e6 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 15:18:12 +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 cad6f1327..5a642e1c5 100644 --- a/business/dao/print_temp_utils.go +++ b/business/dao/print_temp_utils.go @@ -182,7 +182,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) case "title": printMsg += userTempMap["title"] case "qrcOrder": - + if param[v] == default: printMsg += userTempMap[v] printValue = append(printValue, param[v])