|
|
@ -65,7 +65,7 @@ public class DfCheckingController { |
|
|
|
} |
|
|
|
@ApiOperation("堤防巡视检查新增") |
|
|
|
@Log(title = "堤防巡视检查新增", businessType = BusinessType.INSERT) |
|
|
|
@PutMapping |
|
|
|
@PostMapping |
|
|
|
public Response<DfCheckingDetailDto> add(@RequestBody DfCheckingDetailDto dfChecking) { |
|
|
|
// dfCheckingService.updateById(dfChecking);
|
|
|
|
return Response.ok(); |
|
|
|