记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
c1218640
Commit
c1218640
authored
Aug 19, 2026
by
wangyifan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-wyf-v1.8.0-goblin' into test
parents
8f187e1f
7bf43a36
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
GoblinArtistTopicAdminController.java
...ngzai/goblin/artist/GoblinArtistTopicAdminController.java
+4
-2
topic.html
...sources/templates/zhengzai/goblin/artist/topic/topic.html
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/goblin/artist/GoblinArtistTopicAdminController.java
View file @
c1218640
...
...
@@ -70,10 +70,12 @@ public class GoblinArtistTopicAdminController extends BaseController {
if
(
aids
.
isEmpty
())
return
getDataTable
(
Collections
.
emptyList
());
qw
.
in
(
GoblinArtistTopic:
:
getArtistId
,
aids
);
}
qw
.
orderByAsc
(
GoblinArtistTopic:
:
getSort
);
qw
.
orderByDesc
(
GoblinArtistTopic:
:
getCreatedAt
);
startPage
();
return
getDataTable
(
withNames
(
topicAdminService
.
list
(
qw
)));
List
<
GoblinArtistTopic
>
list
=
topicAdminService
.
list
(
qw
);
TableDataInfo
dataTable
=
getDataTable
(
list
);
dataTable
.
setRows
(
withNames
(
list
));
return
dataTable
;
}
private
List
<
Map
<
String
,
Object
>>
withNames
(
List
<
GoblinArtistTopic
>
list
)
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/artist/topic/topic.html
View file @
c1218640
...
...
@@ -185,8 +185,8 @@
$
(
function
()
{
$
.
table
.
init
({
url
:
prefix
+
"/list"
,
sortName
:
"
sor
t"
,
sortOrder
:
"
a
sc"
,
sortName
:
"
createdA
t"
,
sortOrder
:
"
de
sc"
,
columns
:
[
{
field
:
'topicId'
,
title
:
'专题ID'
},
{
field
:
'topicName'
,
title
:
'专题名称'
},
...
...
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