Commit 0e3362fc authored by 周健威's avatar 周健威

修改代码

parent df034b85
......@@ -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
......@@ -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
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