소스 검색

数字林业

hanfucheng 11 달 전
부모
커밋
8940562d0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/sooka/sponest/data/digitalforest/controller/ForestBigDataController.java

+ 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));
     }
 }