瀏覽代碼

数字林业

hanfucheng 11 月之前
父節點
當前提交
8940562d0a

+ 1 - 1
src/main/java/com/sooka/sponest/data/digitalforest/controller/ForestBigDataController.java

@@ -239,7 +239,7 @@ public class ForestBigDataController extends BaseController {
     */
     @ApiOperation(value = "林业统计", notes = "林业统计")
     @GetMapping("/selectForestCount")
-    public R selectForestCount(@RequestBody CenterdataTForestTrees centerdataTForestTrees) {
+    public R selectForestCount(CenterdataTForestTrees centerdataTForestTrees) {
         return R.ok(forestBigDataService.selectForestCount(centerdataTForestTrees));
     }
 }