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