Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
search_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
57a29d40
authored
Jan 12, 2024
by
SUDPTDUBLXEROFX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
分类
parent
d8f4b6a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
service/optimum_service.go
service/optimum_service.go
View file @
57a29d40
...
...
@@ -168,9 +168,11 @@ func (qs *OptimumService) GetOptimumAttr(ctx *gin.Context) (results model.LyResp
attrValueArr
=
append
(
attrValueArr
,
attr_value_id
+
"€"
+
attr_value_name
+
"€"
+
ischeck
)
}
if
len
(
attrValueArr
)
>
0
{
aggs
.
Set
(
attr_name_id
+
"€"
+
attr_name
,
attrValueArr
)
}
}
}
A
.
Set
(
"aggs"
,
aggs
)
results
.
Data
=
A
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment