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, ",") {
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user