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", "upc":
|
case "skuName", "skuNumber", "skuPrice", "skuAllPrice", "allSkuTypeCount", "allSkuCount", "skuUpc":
|
||||||
continue
|
continue
|
||||||
case "goodsListDetail":
|
case "goodsListDetail":
|
||||||
printMsg += model.TempTag[v]
|
printMsg += model.TempTag[v]
|
||||||
|
|||||||
Reference in New Issue
Block a user