From c87ca4838428eba1b6c03b276a29bc053d8df9ec Mon Sep 17 00:00:00 2001 From: louwenzhi Date: Tue, 9 Nov 2021 15:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9B=BF=E6=8D=A2=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E9=9B=B6=E4=BB=B6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/log/implments/PackOrder.service.impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/log/implments/PackOrder.service.impl.go b/services/log/implments/PackOrder.service.impl.go index 33e156f..85672c2 100644 --- a/services/log/implments/PackOrder.service.impl.go +++ b/services/log/implments/PackOrder.service.impl.go @@ -1609,7 +1609,7 @@ func (self *PackOrderServiceImplement) CreatePackOrderPrintInfo(packOrder model. lableMap := make(map[string]interface{}) lableMap["$Article-ArtId$"] = artInfo.ArtId lableMap["$Article-LearArtId$"] = artInfo.LearArtId - lableMap["$Article-PartId$"] = artInfo.PartId + lableMap["$Article-PartId$"] = artInfo.CustArtId lableMap["$Article-Descr1$"] = artInfo.Descr1 lableMap["$Article-CarModel$"] = artInfo.CarModel lableMap["$LOG_PackOrder-PackOrderId$"] = packOrder.PackOrderId