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

修改代码

parent 346c918d
...@@ -24,7 +24,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB ...@@ -24,7 +24,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
List<RscpMonitorimage> list = baseBiz.selectByWeekend(w -> { List<RscpMonitorimage> list = baseBiz.selectByWeekend(w -> {
w.andEqualTo(RscpMonitorimage::getStatus, 2); w.andEqualTo(RscpMonitorimage::getStatus, 2);
return w; return w;
}, "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[]},\"properties\":{\"id\":\"\",\"val\":\"\",\"marker\":{},\"subType\":\"Circle\",\"radius\":100}}"); }, "create_time asc");
return ObjectRestResponse.succ(list); 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