This commit is contained in:
邹宗楠
2022-08-25 15:45:09 +08:00
parent 7881a34fec
commit 1e0194d4bb

View File

@@ -148,7 +148,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
for _, v := range strings.Split(userTemp.TempRank, ",") {
switch v {
case "skuName", "skuNumber", "skuPrice", "skuAllPrice", "allSkuTypeCount", "allSkuCount", "upc":
case "skuName", "skuNumber", "skuPrice", "skuAllPrice", "allSkuTypeCount", "allSkuCount", "skuUpc":
continue
case "goodsListDetail":
printMsg += model.TempTag[v]