This commit is contained in:
邹宗楠
2022-08-25 11:59:31 +08:00
parent 6245d4fb61
commit 8152b8daea

View File

@@ -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"]