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
e7234239
Commit
e7234239
authored
Dec 07, 2024
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
efc17c39
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
rs-datacenter/rs-datacenter-server/pom.xml
+1
-1
RscpMonitorimageController.java
...atform/rs/datacenter/rest/RscpMonitorimageController.java
+1
-1
RscpMosaicimageController.java
...latform/rs/datacenter/rest/RscpMosaicimageController.java
+1
-1
No files found.
rs-datacenter/rs-datacenter-server/pom.xml
View file @
e7234239
...
...
@@ -12,7 +12,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.upyuns.platform.rs
</groupId>
<artifactId>
rs-datacenter-server
</artifactId>
<artifactId>
rs-datacenter-server
</artifactId>
g
<repositories>
<repository>
...
...
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/rest/RscpMonitorimageController.java
View file @
e7234239
...
...
@@ -103,7 +103,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
w
.
andEqualTo
(
RscpMonitorimage:
:
getStatus
,
2
);
w
.
andEqualTo
(
RscpMonitorimage:
:
getIsDel
,
0
);
return
w
;
},
"start_time DESC"
);
},
"
hot DESC,
start_time DESC"
);
return
ObjectRestResponse
.
succ
(
list
);
}
//
...
...
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/rest/RscpMosaicimageController.java
View file @
e7234239
...
...
@@ -38,7 +38,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
w
.
andEqualTo
(
RscpMosaicimage:
:
getStatus
,
2
);
w
.
andEqualTo
(
RscpMosaicimage:
:
getIsDel
,
0
);
return
w
;
},
"start_time asc"
);
},
"
hot DESC,
start_time asc"
);
return
ObjectRestResponse
.
succ
(
list
);
}
...
...
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