1
This commit is contained in:
@@ -178,11 +178,14 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
printValue = append(printValue, param[v])
|
||||
}
|
||||
case "divider":
|
||||
printMsg += userTempMap["divider"]
|
||||
printMsg += userTempMap[v]
|
||||
case "title":
|
||||
printMsg += userTempMap["title"]
|
||||
printMsg += userTempMap[v]
|
||||
case "qrcOrder":
|
||||
if param[v] ==
|
||||
if param["vendorId"] == utils.Int2Str(model.VendorIDEBAI) && param[v] != "" { // 饿百订单
|
||||
printMsg += userTempMap[v]
|
||||
printMsg += param[v]
|
||||
}
|
||||
default:
|
||||
printMsg += userTempMap[v]
|
||||
printValue = append(printValue, param[v])
|
||||
|
||||
Reference in New Issue
Block a user