1
This commit is contained in:
@@ -170,6 +170,10 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
}
|
||||
|
||||
}
|
||||
printMsg += userTempMap["allSkuTypeCount"]
|
||||
printValue = append(printValue, param["allSkuTypeCount"])
|
||||
printMsg += userTempMap["allSkuCount"]
|
||||
printValue = append(printValue, param["allSkuCount"])
|
||||
case "businessType":
|
||||
if param[v] == "2" { // 是预订单
|
||||
printMsg += userTempMap[v]
|
||||
|
||||
Reference in New Issue
Block a user