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

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

parent 53b9fa41
......@@ -23,7 +23,7 @@ public class RscpAreaInfoController extends BaseController<RscpAreaInfoBiz, Rscp
@RequestMapping(value = "/app/unauth/getAreaList", method = RequestMethod.GET)
public ObjectRestResponse<List<RscpAreaInfo>> getAreaList(String parentId) {
if(StrUtil.isNotBlank(parentId)) {
if(StrUtil.isBlank(parentId)) {
parentId = "000000";
}
return ObjectRestResponse.succ( baseBiz.getDirectSubAreas(parentId));
......
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