소스 검색

巡检记录

hanfucheng 4 달 전
부모
커밋
61d27c1b38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/sooka/sponest/mobile/emergency/controller/AppEmergencyController.java

+ 1 - 1
src/main/java/com/sooka/sponest/mobile/emergency/controller/AppEmergencyController.java

@@ -89,7 +89,7 @@ public class AppEmergencyController {
      * @since 2023/3/22 14:08
      */
     @PostMapping("/appSelectRecord")
-    public AjaxResult appSelectRecord(CentereventTEmergencyInspectionrecord centereventTEmergencyInspectionrecord) {
+    public AjaxResult appSelectRecord(@RequestBody CentereventTEmergencyInspectionrecord centereventTEmergencyInspectionrecord) {
         return appEmergencyService.appSelectRecord(centereventTEmergencyInspectionrecord);
     }