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
da3aa95c
Commit
da3aa95c
authored
Nov 30, 2021
by
helinlin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
1ce9c1f3
ab53e9c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
16 deletions
+10
-16
pointMapper.xml
...ystem-patrol/src/main/resources/db/mapper/pointMapper.xml
+10
-16
No files found.
amos-boot-system-patrol/src/main/resources/db/mapper/pointMapper.xml
View file @
da3aa95c
...
@@ -1088,27 +1088,21 @@
...
@@ -1088,27 +1088,21 @@
<select
id=
"queryItemList4RoutePoint"
parameterType=
"long"
resultType=
"map"
>
<select
id=
"queryItemList4RoutePoint"
parameterType=
"long"
resultType=
"map"
>
SELECT
SELECT
pii.id itemId
ppi.id itemId,
, pii.name
pii.name,
, pii.picture_json photo
pii.picture_json photo,
, pii.basis_json basis
pii.basis_json basis,
, pii.check_method method
pii.check_method method,
, pii.item_type type
pii.item_type type,
, pii.level
pii.level,
, pii.risk_desc
pii.risk_desc,
, pii.input_classify
pii.input_classify
FROM
p_input_item pii
WHERE
pii.id IN (
SELECT
DISTINCT ppi.input_item_id
FROM
FROM
p_point_inputitem ppi
p_point_inputitem ppi
LEFT JOIN p_input_item pii ON pii.id = ppi.input_item_id
WHERE
WHERE
ppi.point_id = #{pointId}
ppi.point_id = #{pointId}
AND ppi.classify_ids = #{classifyId}
AND ppi.classify_ids = #{classifyId}
)
</select>
</select>
<select
id=
"getPointRefItem"
parameterType=
"list"
resultType=
"map"
>
<select
id=
"getPointRefItem"
parameterType=
"list"
resultType=
"map"
>
...
...
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