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
ed90e74e
Commit
ed90e74e
authored
Sep 27, 2022
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡检bug
parent
ca88dae0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FormInstanceMapper.xml
...em-equip/src/main/resources/mapper/FormInstanceMapper.xml
+1
-1
pointMapper.xml
...ystem-patrol/src/main/resources/db/mapper/pointMapper.xml
+2
-2
No files found.
amos-boot-system-equip/src/main/resources/mapper/FormInstanceMapper.xml
View file @
ed90e74e
...
...
@@ -102,7 +102,7 @@
a.group_code AS groupCode,
a.group_type AS groupType,
wlss.scene_id as sceneId,
MAX( CASE WHEN a.field_name = 'parentId' THEN a.field_value END
) AS parentId,
IFNULL(MAX( CASE WHEN a.field_name = 'parentId' THEN a.field_value END ), ''
) AS parentId,
MAX( CASE WHEN a.field_name = 'name' THEN a.field_value END ) AS instanceName,
MAX( CASE WHEN a.field_name = 'name' THEN a.field_value END ) AS name,
MAX( CASE WHEN a.field_name = 'code' THEN a.field_value END ) AS code,
...
...
amos-boot-system-patrol/src/main/resources/db/mapper/pointMapper.xml
View file @
ed90e74e
...
...
@@ -324,7 +324,7 @@
<select
id=
"getPointById"
resultType=
"Map"
>
SELECT
p.id,
P
.route_name routeName,
p
.route_name routeName,
p.point_no pointNo,
p.NAME pointName,
(CASE p.is_fixed
...
...
@@ -335,7 +335,7 @@
END) fixed,
p.charge_person_id userName,
p.charge_dept_id depid,
p.risk_source_id
buildingId,
IFNULL(p.risk_source_id, '') as
buildingId,
p.remark,
p.offline
FROM
...
...
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