|
@@ -42,9 +42,9 @@ public class TGdbhJctbController extends BaseController {
|
|
|
* 查询耕地保护-检测图标数据空间表列表
|
|
|
*/
|
|
|
@GetMapping("/geom/list")
|
|
|
- public List<Map<String, Object>> geomList(TGdbhJctb tGdbhJctb) {
|
|
|
+ public AjaxResult geomList(TGdbhJctb tGdbhJctb) {
|
|
|
List<Map<String, Object>> list = tGdbhJctbService.selectTGdbhJctbGeomList(tGdbhJctb);
|
|
|
- return list;
|
|
|
+ return success(list);
|
|
|
}
|
|
|
|
|
|
|