Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankRoot
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
1
Merge Requests
1
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
bank
AmosBankRoot
Commits
ddfa8bf0
Commit
ddfa8bf0
authored
Jul 06, 2020
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改坐标拾取巡检点模糊匹配orgCode
parent
213220a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
dbTemplate_view_3d.xml
...Start/src/main/resources/db/mapper/dbTemplate_view_3d.xml
+4
-9
No files found.
AmosBankStart/src/main/resources/db/mapper/dbTemplate_view_3d.xml
View file @
ddfa8bf0
...
@@ -520,19 +520,14 @@
...
@@ -520,19 +520,14 @@
</select>
</select>
<!-- 巡检点按楼层 查询 -->
<!-- 巡检点按楼层 查询 -->
<select
id=
"getpointlist"
resultType=
"map"
>
<select
id=
"getpointlist"
resultType=
"map"
>
select * from p_point where p_point.floor=#{floor}
select * from p_point where p_point.floor=#{floor}
and p_point.org_code
=#{code} and
p_point.is_delete=0
and p_point.org_code
like concat(#{code},'%') and
p_point.is_delete=0
</select>
</select>
<!-- 修改巡检点 -->
<!-- 修改巡检点 -->
<select
id=
"updatepoint"
>
<select
id=
"updatepoint"
>
UPDATE p_point set p_point.coordinates =#{coordinates}
UPDATE p_point set p_point.coordinates =#{coordinates}
where p_point.id=#{id}
where p_point.id=#{id}
</select>
</select>
...
...
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