This commit is contained in:
邹宗楠
2022-08-25 14:04:59 +08:00
parent 66516f7a47
commit e750422cee

View File

@@ -177,16 +177,16 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
}
case "divider":
printMsg += userTempMap["divider"]
printValue = append(printValue, param[v])
case "storeName":
printMsg += userTempMap["storeName"]
printValue = append(printValue, param[v])
case "storeTel":
printMsg += userTempMap["storeTel"]
printValue = append(printValue, param[v])
case "officialName":
printMsg += userTempMap[v]
printValue = append(printValue, param[v])
//printValue = append(printValue, param[v])
case "title":
printMsg += userTempMap["title"]
//printValue = append(printValue, param[v])
//case "storeTel":
// printMsg += userTempMap["storeTel"]
// printValue = append(printValue, param[v])
//case "officialName":
// printMsg += userTempMap[v]
// printValue = append(printValue, param[v])
default:
printMsg += userTempMap[v]
printValue = append(printValue, param[v])