songhuangfeng123
2022-08-02 40945d0f14e4d721e9e9800a55a2d94930a34729
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/controller/AccidentExpressController.java
@@ -61,8 +61,8 @@
    /**
     * 事故快报删除/批量删除
     */
    @RequestMapping(value = "/batchDelete/{ids}",method = RequestMethod.GET)
    public ResultVO batchDeleteAccidentExpress(@PathVariable("ids")String ids){
    @RequestMapping(value = "/batchDelete",method = RequestMethod.POST)
    public ResultVO batchDeleteAccidentExpress(@RequestBody Long[] ids){
        return accidentExpressService.batchDeleteAccidentExpress(ids);
    }