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])
|
printValue = append(printValue, param[v])
|
||||||
}
|
}
|
||||||
case "divider":
|
case "divider":
|
||||||
printMsg += userTempMap["divider"]
|
printMsg += userTempMap[v]
|
||||||
case "title":
|
case "title":
|
||||||
printMsg += userTempMap["title"]
|
printMsg += userTempMap[v]
|
||||||
case "qrcOrder":
|
case "qrcOrder":
|
||||||
if param[v] ==
|
if param["vendorId"] == utils.Int2Str(model.VendorIDEBAI) && param[v] != "" { // 饿百订单
|
||||||
|
printMsg += userTempMap[v]
|
||||||
|
printMsg += param[v]
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
printMsg += userTempMap[v]
|
printMsg += userTempMap[v]
|
||||||
printValue = append(printValue, param[v])
|
printValue = append(printValue, param[v])
|
||||||
|
|||||||
Reference in New Issue
Block a user