Browse Source

Merge pull request 'feature_hondaDemand' (#43) from feature_hondaDemand into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_Acura_MES_Backend/pulls/43
pull/44/head
zhangxin 3 years ago
parent
commit
b6ba95684b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      services/pln/implments/HondaDemand.service.impl.go

+ 2
- 2
services/pln/implments/HondaDemand.service.impl.go View File

@ -842,9 +842,9 @@ func (impl *HondaDemandServiceImplement) bodyInfo(_strArr []string, dateStr stri
})
}
info.ProductFamilyId = _strArr[2] + "-" + _strArr[3] + "-" + _strArr[4]
info.ConfigValue = _strArr[3]
info.ConfigValue = _strArr[2]
info.ColorValue = _strArr[4]
info.ModelValue = _strArr[2]
info.ModelValue = _strArr[3]
return dateStr, _errList
}
func (impl *HondaDemandServiceImplement) bodyRoArr(str string) []string {


Loading…
Cancel
Save