Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-ydsj
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
jiangyun
qianhe-ydsj
Commits
3eafe167
Commit
3eafe167
authored
Aug 14, 2024
by
tyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经验交流代码提交
parent
10b62495
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletions
+5
-1
qianhe-admin/src/main/resources/application.yml
+1
-1
qianhe-ydsj/src/main/java/com/qianhe/controller/JygxSyController.java
+1
-0
qianhe-ydsj/src/main/resources/mapper/JygxCljwhMapper.xml
+1
-0
qianhe-ydsj/src/main/resources/mapper/JygxYyxtwhMapper.xml
+2
-0
No files found.
qianhe-admin/src/main/resources/application.yml
View file @
3eafe167
...
...
@@ -134,6 +134,6 @@ xss:
# 过滤开关
enabled
:
true
# 排除链接(多个用逗号分隔)
excludes
:
/system/notice
excludes
:
/system/notice
,/system/wzgl
# 匹配链接
urlPatterns
:
/system/*,/monitor/*,/tool/*
qianhe-ydsj/src/main/java/com/qianhe/controller/JygxSyController.java
View file @
3eafe167
...
...
@@ -43,6 +43,7 @@ public class JygxSyController extends BaseController
@GetMapping
(
"/wzgllist"
)
public
TableDataInfo
list
(
JygxWzgl
jygxWzgl
)
{
startPage
();
jygxWzgl
.
setShzt
(
"4"
);
List
<
JygxWzgl
>
list
=
jygxWzglService
.
selectList
(
jygxWzgl
);
return
getDataTable
(
list
);
...
...
qianhe-ydsj/src/main/resources/mapper/JygxCljwhMapper.xml
View file @
3eafe167
...
...
@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"tzfs != null and tzfs != ''"
>
and tzfs = #{tzfs}
</if>
<if
test=
"fbzt != null and fbzt != ''"
>
and fbzt = #{fbzt}
</if>
</where>
ORDER BY ifnull (px,999999) desc
</select>
<select
id=
"selectJygxCljwhByCljid"
parameterType=
"Long"
resultMap=
"JygxCljwhResult"
>
...
...
qianhe-ydsj/src/main/resources/mapper/JygxYyxtwhMapper.xml
View file @
3eafe167
...
...
@@ -43,6 +43,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"yl5 != null and yl5 != ''"
>
and yl5 = #{yl5}
</if>
<if
test=
"fbzt != null and fbzt != ''"
>
and fbzt = #{fbzt}
</if>
</where>
ORDER BY ifnull (px,999999) desc
</select>
<select
id=
"selectJygxYyxtwhByYyxtid"
parameterType=
"Long"
resultMap=
"JygxYyxtwhResult"
>
...
...
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