drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/controller/GdTaskResultController.java
@@ -156,6 +156,17 @@ } /** * 成果表批量新增并返回ID列表,不关联任务-对外接口 */ // @PostMapping("/batchSaveWithIds") // @ApiOperationSupport(order = 8) // @ApiOperation(value = "批量新增并返回ID", notes = "传入gdTaskResult") // public R<List<Long>> batchSaveWithIds(@Valid @RequestBody List<GdTaskResultDTO> gdTaskResults) { // log.info("批量新增并返回ID-对外接口{}", JSON.toJSONString(gdTaskResults)); // return R.data(gdTaskResultService.batchSaveWithIds(gdTaskResults)); // } /** * 成果表 删除 */ @PostMapping("/remove")