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
c0dd1e5f
Commit
c0dd1e5f
authored
Sep 15, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检查项查询修改
parent
cb2fea7c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
RoutePointItemVo.java
...eejoin/amos/supervision/business/vo/RoutePointItemVo.java
+1
-1
routePointItemMapper.xml
...ion/src/main/resources/db/mapper/routePointItemMapper.xml
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-supervision-biz/src/main/java/com/yeejoin/amos/supervision/business/vo/RoutePointItemVo.java
View file @
c0dd1e5f
...
...
@@ -15,7 +15,7 @@ public class RoutePointItemVo {
/**
* 检查项名称
*/
private
String
itemN
ame
;
private
String
n
ame
;
private
String
itemType
;
private
String
inputClassify
;
private
String
checkType
;
...
...
amos-boot-system-supervision/src/main/resources/db/mapper/routePointItemMapper.xml
View file @
c0dd1e5f
...
...
@@ -61,7 +61,7 @@
SELECT
pi.id,
i.id AS itemId,
i.`name`
AS itemName
,
i.`name`,
i.item_type,
i.input_classify,
i.check_type,
...
...
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