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
0e3362fc
Commit
0e3362fc
authored
Apr 27, 2024
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
df034b85
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
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/src/main/java/com/upyuns/platform/rs/datacenter/rest/RscpMonitorimageController.java
View file @
0e3362fc
...
...
@@ -24,7 +24,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
List
<
RscpMonitorimage
>
list
=
baseBiz
.
selectByWeekend
(
w
->
{
w
.
andEqualTo
(
RscpMonitorimage:
:
getStatus
,
2
);
return
w
;
},
"
create
_time asc"
);
},
"
start
_time asc"
);
return
ObjectRestResponse
.
succ
(
list
);
}
}
\ No newline at end of file
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/rest/RscpMosaicimageController.java
View file @
0e3362fc
...
...
@@ -32,7 +32,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
List
<
RscpMosaicimage
>
list
=
baseBiz
.
selectByWeekend
(
w
->
{
w
.
andEqualTo
(
RscpMosaicimage:
:
getStatus
,
2
);
return
w
;
},
"
create
_time asc"
);
},
"
start
_time asc"
);
return
ObjectRestResponse
.
succ
(
list
);
}
}
\ No newline at end of file
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