解决修改部门报错

This commit is contained in:
18792927508
2024-04-26 09:14:11 +08:00
parent 86e209494f
commit e3fe728c6c
5 changed files with 17 additions and 18 deletions
@@ -271,7 +271,7 @@ public class CaseApplicationController extends BaseController {
@Log(title = "组庭审核", businessType = BusinessType.UPDATE)
@PostMapping("/pendTralCheck")
public AjaxResult pendTralCheck(@Validated @RequestBody CaseApplication caseApplication) {
return toAjax(caseApplicationService.pendTralCheck(caseApplication));
return caseApplicationService.pendTralCheck(caseApplication);
}
/**