Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenchuang-java
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenchuang
wenchuang-java
Commits
c122ea28
Commit
c122ea28
authored
Mar 28, 2025
by
肖平
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改排序
parent
a1e77c11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
ruoyi-mall/src/main/java/com/cyl/manager/oth/service/ScenicSpotInfoService.java
+1
-0
No files found.
ruoyi-mall/src/main/java/com/cyl/manager/oth/service/ScenicSpotInfoService.java
View file @
c122ea28
...
@@ -71,6 +71,7 @@ public class ScenicSpotInfoService {
...
@@ -71,6 +71,7 @@ public class ScenicSpotInfoService {
if
(!
StringUtils
.
isEmpty
(
introduce
))
{
if
(!
StringUtils
.
isEmpty
(
introduce
))
{
qw
.
eq
(
"introduce"
,
introduce
);
qw
.
eq
(
"introduce"
,
introduce
);
}
}
qw
.
orderByAsc
(
"order_num"
);
return
scenicSpotInfoMapper
.
selectList
(
qw
);
return
scenicSpotInfoMapper
.
selectList
(
qw
);
}
}
...
...
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