From 9f5e2f64181d80787ec49bc5c2f76f5ad959c9de Mon Sep 17 00:00:00 2001 From: zhangxin Date: Wed, 9 Mar 2022 13:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E5=8F=96=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 b34a445..1067611 100644 --- a/services/pln/implments/HondaCalloff.service.impl.go +++ b/services/pln/implments/HondaCalloff.service.impl.go @@ -288,7 +288,7 @@ func (impl *HondaCalloffServiceImplement) LoadFile(entity *model.HondaCalloff) ( return nil, grmi.NewBusinessError("行数据中的需求时间解析失败, error:" + err.Error() + ", 行号:" + strconv.Itoa(currentRow)) } modelValue := matchLi[4][4:7] - configValue := matchLi[4][:4] + configValue := matchLi[4][1:4] vinNo := matchLi[5] color := matchLi[6] productFamilyId := configValue + "-" + modelValue + "-" + color