压缩包上传,裁决书生成,案件修改,修改后对比信息
This commit is contained in:
+3
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user