Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-office-web-sit
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1-office-web-sit
Commits
fc6d07d0
Commit
fc6d07d0
authored
Jan 26, 2022
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【新增】修改sql文件
parent
d24aa6bf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
NewsDao.xml
src/main/resources/mapper/manage/NewsDao.xml
+1
-1
TopicnewsDao.xml
src/main/resources/mapper/manage/TopicnewsDao.xml
+1
-2
No files found.
src/main/resources/mapper/manage/NewsDao.xml
View file @
fc6d07d0
...
...
@@ -665,7 +665,7 @@ ORDER BY
</select>
<select
id=
"columnList"
resultType=
"java.util.Map"
>
select * from newsclass where p_id=2
select * from newsclass where p_id=2
and id not in (14,15,17)
</select>
<select
id=
"selectYylyList"
resultMap=
"newsMap"
>
...
...
src/main/resources/mapper/manage/TopicnewsDao.xml
View file @
fc6d07d0
...
...
@@ -63,8 +63,7 @@
AND b.levels > 0
</otherwise>
</choose>
ORDER BY
a.newsid DESC
order by b.levels desc,b.releasedate desc
</select>
...
...
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