Commit e7234239 authored by 周健威's avatar 周健威

修改代码

parent efc17c39
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.upyuns.platform.rs</groupId> <groupId>com.upyuns.platform.rs</groupId>
<artifactId>rs-datacenter-server</artifactId> <artifactId>rs-datacenter-server</artifactId>g
<repositories> <repositories>
<repository> <repository>
......
...@@ -103,7 +103,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB ...@@ -103,7 +103,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
w.andEqualTo(RscpMonitorimage::getStatus, 2); w.andEqualTo(RscpMonitorimage::getStatus, 2);
w.andEqualTo(RscpMonitorimage::getIsDel, 0); w.andEqualTo(RscpMonitorimage::getIsDel, 0);
return w; return w;
}, "start_time DESC"); }, "hot DESC, start_time DESC");
return ObjectRestResponse.succ(list); return ObjectRestResponse.succ(list);
} }
// //
......
...@@ -38,7 +38,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz ...@@ -38,7 +38,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
w.andEqualTo(RscpMosaicimage::getStatus, 2); w.andEqualTo(RscpMosaicimage::getStatus, 2);
w.andEqualTo(RscpMosaicimage::getIsDel, 0); w.andEqualTo(RscpMosaicimage::getIsDel, 0);
return w; return w;
}, "start_time asc"); }, "hot DESC, start_time asc");
return ObjectRestResponse.succ(list); return ObjectRestResponse.succ(list);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment