This commit is contained in:
邹宗楠
2022-08-25 17:18:29 +08:00
parent 9dafa1729d
commit c612b569e0
2 changed files with 110 additions and 109 deletions

View File

@@ -151,7 +151,7 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
case "skuName", "skuNumber", "skuPrice", "skuAllPrice", "allSkuTypeCount", "allSkuCount", "skuUpc":
continue
case "goodsListDetail":
printMsg += model.TempTag[v]
printMsg += userTempMap[v]
skuList := make([]*model.SkuListPrintOrder, 0, 0)
if err := json.Unmarshal([]byte(param["skuList"]), &skuList); err != nil {
return "", err