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