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