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
7f3aa7f0
Commit
7f3aa7f0
authored
Dec 28, 2021
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
627c4d50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
CoverScheduleTask.java
.../upyuns/platform/rs/datacenter/job/CoverScheduleTask.java
+6
-6
rscpImageCoverMapper.xml
...server/src/main/resources/mapper/rscpImageCoverMapper.xml
+4
-4
No files found.
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/job/CoverScheduleTask.java
View file @
7f3aa7f0
...
@@ -42,12 +42,12 @@ public class CoverScheduleTask {
...
@@ -42,12 +42,12 @@ public class CoverScheduleTask {
public
void
configureTasks
()
{
public
void
configureTasks
()
{
//定时统计覆盖率数据
//定时统计覆盖率数据
//查询未处理覆盖率影像最早时间和最晚时间
//查询未处理覆盖率影像最早时间和最晚时间
//
MaxMinVO vo = rscpImageDataTotalBiz.coverStatisticsMaxMin();
MaxMinVO
vo
=
rscpImageDataTotalBiz
.
coverStatisticsMaxMin
();
//
if(null == vo.getMaxTime()) {
if
(
null
==
vo
.
getMaxTime
())
{
//
log.info("无需更新");
log
.
info
(
"无需更新"
);
//
return;
return
;
//
}
}
//
// //生成月份循环
// //生成月份循环
// DateUtil.
// DateUtil.
// for(String satelliteType : satelliteTypes){
// for(String satelliteType : satelliteTypes){
...
...
rs-datacenter/rs-datacenter-server/src/main/resources/mapper/rscpImageCoverMapper.xml
View file @
7f3aa7f0
...
@@ -41,16 +41,16 @@
...
@@ -41,16 +41,16 @@
<where>
<where>
and ric.is_del = 0
and ric.is_del = 0
<if
test=
"type != null"
>
<if
test=
"type != null"
>
and ric.type
like '%' || #{type} || '%'
and ric.type
= #{type}
</if>
</if>
<if
test=
"dateYear != null"
>
<if
test=
"dateYear != null"
>
and ric.date_year
like '%' || #{dateYear} || '%'
and ric.date_year
= #{dateYear}
</if>
</if>
<if
test=
"dateMonth != null"
>
<if
test=
"dateMonth != null"
>
and ric.date_month
like '%' || #{dateMonth} || '%'
and ric.date_month
= #{dateMonth}
</if>
</if>
<if
test=
"areaCode != null"
>
<if
test=
"areaCode != null"
>
and ric.area_code
like '%' || #{areaCode} || '%'
and ric.area_code
= #{areaCode}
</if>
</if>
<!-- <if test="imageSatelliteType != null">-->
<!-- <if test="imageSatelliteType != null">-->
<!-- and image_satellite_type like '%' || #{imageSatelliteType} || '%'-->
<!-- and image_satellite_type like '%' || #{imageSatelliteType} || '%'-->
...
...
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