hanfucheng 4 місяців тому
батько
коміт
61d27c1b38

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