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