|
@@ -26,7 +26,7 @@ public class LitigationHistoryController {
|
|
|
public final LitigationHistoryService litigationHistoryService;
|
|
|
@GetMapping(value = "/deleteLitigationHistory")
|
|
|
@Operation(summary = "删除诉讼历史")
|
|
|
- public String deleteLitigationHistory(int id)throws IOException{
|
|
|
+ public String deleteLitigationHistory(Integer id)throws IOException{
|
|
|
return litigationHistoryService.deleteLitigationHistory(id);
|
|
|
}
|
|
|
@PostMapping(value = "/addLitigationHistory")
|