|
|
@@ -93,7 +93,7 @@ public class FmsScreenController extends BaseController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 查询所有地块列表 不分页
|
|
|
+ * 查询基地统计信息
|
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('fms:screen:block:all:list')")
|
|
|
@GetMapping("/land/stat/{landId}")
|
|
|
@@ -106,7 +106,7 @@ public class FmsScreenController extends BaseController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 查询所有地块列表 不分页
|
|
|
+ * 获取种植作物占比信息
|
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('fms:screen:block:all:list')")
|
|
|
@GetMapping("/plan/stat")
|