|
@@ -13,6 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
+import javax.annotation.Generated;
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
/**
|
|
@@ -83,7 +84,7 @@ public class DiagnosisVersionInfoController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @PostMapping("/repeal")
|
|
|
+ @GetMapping("/repeal")
|
|
|
public Result repeal(@RequestParam Integer id){
|
|
|
|
|
|
return dvIoService.repeal(id);
|