Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform
Project
Project
Details
Activity
Releases
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
周健威
rs-cloud-platform
Commits
1db45582
Commit
1db45582
authored
Dec 25, 2020
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
470bed2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ArrayTypeHandler.java
...yuns/platform/rs/datacenter/mybatis/ArrayTypeHandler.java
+2
-0
RscpImageDataTotalMapper.xml
...er/src/main/resources/mapper/RscpImageDataTotalMapper.xml
+1
-1
No files found.
rs-datacenter/rs-datacenter-api/src/main/java/com/upyuns/platform/rs/datacenter/mybatis/ArrayTypeHandler.java
View file @
1db45582
...
@@ -62,4 +62,6 @@ public class ArrayTypeHandler extends BaseTypeHandler<Object[]> {
...
@@ -62,4 +62,6 @@ public class ArrayTypeHandler extends BaseTypeHandler<Object[]> {
}
}
return
null
;
return
null
;
}
}
}
}
\ No newline at end of file
rs-datacenter/rs-datacenter-server/src/main/resources/mapper/RscpImageDataTotalMapper.xml
View file @
1db45582
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</sql>
</sql>
<!-- This code was generated by TableGo tools, mark 2 end. -->
<!-- This code was generated by TableGo tools, mark 2 end. -->
<select
id=
"queryDataList"
result
Type=
"com.upyuns.platform.rs.datacenter.entity.RscpImageDataTotal
"
>
<select
id=
"queryDataList"
result
Map=
"BaseResultMap
"
>
select st_asgeojson(range,16,0) as range, *
select st_asgeojson(range,16,0) as range, *
<include
refid=
"geomSelectSql"
/>
<include
refid=
"geomSelectSql"
/>
limit 5000
limit 5000
...
...
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