Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
cddfb101
Commit
cddfb101
authored
Nov 07, 2022
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡检模块代码物理合并6
parent
60555568
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
dbTemplate_check.xml
...-patrol/src/main/resources/db/mapper/dbTemplate_check.xml
+1
-1
pointMapper.xml
...ystem-patrol/src/main/resources/db/mapper/pointMapper.xml
+2
-0
No files found.
amos-boot-system-patrol/src/main/resources/db/mapper/dbTemplate_check.xml
View file @
cddfb101
...
@@ -830,7 +830,7 @@
...
@@ -830,7 +830,7 @@
<select
id=
"getCountMonthChkNewXIN"
resultType=
"java.util.HashMap"
>
<select
id=
"getCountMonthChkNewXIN"
resultType=
"java.util.HashMap"
>
SELECT
SELECT
T_DATE
.checkDate,
t_date
.checkDate,
(
(
SELECT
SELECT
count( 1 )
count( 1 )
...
...
amos-boot-system-patrol/src/main/resources/db/mapper/pointMapper.xml
View file @
cddfb101
...
@@ -584,6 +584,7 @@
...
@@ -584,6 +584,7 @@
p. NAME,
p. NAME,
p.id,
p.id,
p.point_no,
p.point_no,
p.point_no nonum ,
CASE p. LEVEL
CASE p. LEVEL
WHEN '1' THEN
WHEN '1' THEN
'一级'
'一级'
...
@@ -636,6 +637,7 @@
...
@@ -636,6 +637,7 @@
<resultMap
id=
"checkPtListResultMap"
type=
"com.yeejoin.amos.patrol.business.entity.mybatis.CheckPtListBo"
>
<resultMap
id=
"checkPtListResultMap"
type=
"com.yeejoin.amos.patrol.business.entity.mybatis.CheckPtListBo"
>
<result
property=
"pointID"
column=
"id"
/>
<result
property=
"pointID"
column=
"id"
/>
<result
property=
"no"
column=
"point_no"
/>
<result
property=
"no"
column=
"point_no"
/>
<result
property=
"nonum"
column=
"nonum"
/>
<result
property=
"realTimeStatus"
column=
"status"
/>
<result
property=
"realTimeStatus"
column=
"status"
/>
<result
property=
"groupName"
column=
"department_name"
/>
<result
property=
"groupName"
column=
"department_name"
/>
<result
property=
"realName"
column=
"userName"
/>
<result
property=
"realName"
column=
"userName"
/>
...
...
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