From c9f905b396a1deed04af6651fbffe86e68a96916 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 14:58:54 +0800 Subject: [PATCH] 1 --- business/dao/print_temp_utils.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/business/dao/print_temp_utils.go b/business/dao/print_temp_utils.go index 9e46a3d30..c68877387 100644 --- a/business/dao/print_temp_utils.go +++ b/business/dao/print_temp_utils.go @@ -92,7 +92,6 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) userTemp := &model.SystemTemp{} userTemp, isHave, err := SelectUserDefaultTemp(userId, model.TempTypeMerchantUser) if err != nil { - globals.SugarLogger.Debug("err Unmarshal userTemp.isHave", err) return "", err } if userTemp == nil || !isHave { @@ -184,7 +183,9 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) //printValue = append(printValue, param[v]) case "title": printMsg += userTempMap["title"] - //printValue = append(printValue, param[v]) + //printValue = append(printValue, param[v]) + case "": + //case "storeTel": // printMsg += userTempMap["storeTel"] // printValue = append(printValue, param[v])