1
This commit is contained in:
@@ -149,6 +149,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
}
|
||||
|
||||
for _, v := range strings.Split(userTemp.TempRank, ",") {
|
||||
globals.SugarLogger.Debug("v===========", v)
|
||||
switch v {
|
||||
case "skuName", "skuNumber", "skuPrice", "skuAllPrice", "allSkuTypeCount", "allSkuCount", "upc":
|
||||
continue
|
||||
@@ -175,6 +176,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
case "businessType":
|
||||
if param[v] == "2" { // 是预订单
|
||||
printMsg += userTempMap[v]
|
||||
printValue = append(printValue, param[v])
|
||||
}
|
||||
case "divider":
|
||||
printMsg += userTempMap["divider"]
|
||||
|
||||
Reference in New Issue
Block a user