Browse Source

Merge branch 'develop' of http://101.201.121.115:3000/leo/LAPP_Acura_MES_Backend into feature_me

pull/48/head
zhangxin 3 years ago
parent
commit
dd0a74a035
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