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

修改代码

parent efc17c39
......@@ -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>
......
......@@ -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);
}
//
......
......@@ -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);
}
......
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