zhangfeng
2023-01-06 c128ed33c2447e8daea89d70795098748bd5b2af
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/controller/EmergencyPlanLogController.java
@@ -49,7 +49,7 @@
    }
    /**
     * 应急预案修改
     * 应急预案启动记录修改
     */
    @RequestMapping(value = "/update",method = RequestMethod.POST)
    public ResultVO updateEmergencyPlanLog(Authentication authentication, @RequestBody EmergencyPlanLogReqDTO emergencyPlanLogReqDTO) {
@@ -58,7 +58,7 @@
    }
    /**
     * 应急预案删除/批量删除
     * 应急预案启动记录删除/批量删除
     */
    @RequestMapping(value = "/batchDelete",method = RequestMethod.POST)
    public ResultVO batchDeleteEmergencyPlanLog(@RequestBody  Long[] ids){