Commit 73ec3fa0 authored by 周健威's avatar 周健威

添加地区、卫星传感器列表等

parent 08fe6ff8
...@@ -30,7 +30,7 @@ public class RscpImagePriceController extends BaseController<RscpImagePriceBiz, ...@@ -30,7 +30,7 @@ public class RscpImagePriceController extends BaseController<RscpImagePriceBiz,
List<RscpImagePrice> list = baseBiz.selectByWeekend(w -> { List<RscpImagePrice> list = baseBiz.selectByWeekend(w -> {
w.andEqualTo(RscpImagePrice::getStatus, SYS_TRUE); w.andEqualTo(RscpImagePrice::getStatus, SYS_TRUE);
return w; return w;
}, " dailySort asc"); }, " daily_sort asc");
List<ImagePriceVO> imagePriceVOS = CollUtil.newArrayList(); List<ImagePriceVO> imagePriceVOS = CollUtil.newArrayList();
String key = ""; String key = "";
......
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