feat:完善项目信息
This commit is contained in:
@ -16,7 +16,7 @@ func (this *ESParams) Set() {
|
||||
_identitys := make([]string, 0)
|
||||
|
||||
for _, v := range this.Industrys {
|
||||
_identitys = append(_identitys, config.GetIndustryInfo(v, "-", "-"))
|
||||
_identitys = append(_identitys, config.GetIndustryInfo(v, "-", "-").Value)
|
||||
}
|
||||
_ = service.NewESManage(
|
||||
service.WithManageIdentity(this.Identity),
|
||||
|
Reference in New Issue
Block a user