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
622b463d
Commit
622b463d
authored
Feb 09, 2022
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【新增】修改sql
parent
05281c68
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
NewsController.java
...a/io/office/modules/manage/controller/NewsController.java
+1
-1
application-test.yml
src/main/resources/application-test.yml
+2
-2
NewsDao.xml
src/main/resources/mapper/manage/NewsDao.xml
+1
-0
No files found.
src/main/java/io/office/modules/manage/controller/NewsController.java
View file @
622b463d
...
...
@@ -597,7 +597,7 @@ public class NewsController extends AbstractController {
//首页商品二维码在零售领域的应用
@Login
@PostMapping
(
"/api/retailCodeList"
)
// @RequiresPermissions("manage:news:list")
// @RequiresPermissions("manage:news:list")
public
R
retailCodeTop6List
(
@RequestBody
Map
<
String
,
String
>
params
)
{
QueryWrapper
<
NewsEntity
>
queryWrapper
=
new
QueryWrapper
<>();
...
...
src/main/resources/application-test.yml
View file @
622b463d
...
...
@@ -4,8 +4,8 @@ spring:
druid
:
driver-class-name
:
com.microsoft.sqlserver.jdbc.SQLServerDriver
url
:
jdbc:sqlserver://192.168.0.77:1433;DatabaseName=gs108
username
:
test
password
:
test
username
:
test
1
password
:
test
1
initial-size
:
10
max-active
:
100
min-idle
:
10
...
...
src/main/resources/mapper/manage/NewsDao.xml
View file @
622b463d
...
...
@@ -214,6 +214,7 @@
and t.levels > 0
and t.status = '1'
and t1.classid = #{newsParams.classId}
where t.id IS not null
order by t.levels desc,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