压缩包上传,裁决书生成,案件修改,修改后对比信息

This commit is contained in:
18792927508
2023-12-09 09:25:12 +08:00
parent a7826fbc16
commit 5d4929f36b
17 changed files with 906 additions and 1789 deletions
@@ -32,6 +32,9 @@ public class AdjudicationController extends BaseController {
*/
@PostMapping("/document")
public AjaxResult createDocument(@Validated @RequestBody CaseApplication caseApplication){
if (caseApplication.getId() == null) {
return AjaxResult.error("案件id不能为空");
}
return adjudicationService.createDocument(caseApplication);
}