From ab52606b13957c233d72d1d5c3a1cb047058e19e Mon Sep 17 00:00:00 2001 From: zhangxin Date: Wed, 13 Apr 2022 14:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=A3=E6=9E=90=E6=B4=BE?= =?UTF-8?q?=E7=94=9Fid=E7=9A=84=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/pln/implments/HondaCalloff.service.impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pln/implments/HondaCalloff.service.impl.go b/services/pln/implments/HondaCalloff.service.impl.go index 70de787..39057a7 100644 --- a/services/pln/implments/HondaCalloff.service.impl.go +++ b/services/pln/implments/HondaCalloff.service.impl.go @@ -291,7 +291,7 @@ func (impl *HondaCalloffServiceImplement) LoadFile(entity *model.HondaCalloff) ( configValue := matchLi[4][1:4] vinNo := matchLi[5] color := matchLi[6] - productFamilyId := configValue + "-" + modelValue + "-" + color + productFamilyId := configValue + " " + modelValue + " " + "(" + color + ")" callOffDetail := model.HondaCalloffItemLst{ CalloffId: entity.CalloffId, Pos: itemPos,