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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
19 deletions
+13
-19
pointMapper.xml
...ystem-patrol/src/main/resources/db/mapper/pointMapper.xml
+13
-19
No files found.
amos-boot-system-patrol/src/main/resources/db/mapper/pointMapper.xml
View file @
da3aa95c
...
...
@@ -1088,27 +1088,21 @@
<select
id=
"queryItemList4RoutePoint"
parameterType=
"long"
resultType=
"map"
>
SELECT
p
ii.id itemId
, pii.name
, pii.picture_json photo
, pii.basis_json basis
, pii.check_method method
, pii.item_type type
, pii.level
, pii.risk_desc
,
pii.input_classify
p
pi.id itemId,
pii.name,
pii.picture_json photo,
pii.basis_json basis,
pii.check_method method,
pii.item_type type,
pii.level,
pii.risk_desc,
pii.input_classify
FROM
p_input_item pii
p_point_inputitem ppi
LEFT JOIN p_input_item pii ON pii.id = ppi.input_item_id
WHERE
pii.id IN (
SELECT
DISTINCT ppi.input_item_id
FROM
p_point_inputitem ppi
WHERE
ppi.point_id = #{pointId}
AND ppi.classify_ids = #{classifyId}
)
ppi.point_id = #{pointId}
AND ppi.classify_ids = #{classifyId}
</select>
<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