实现仲裁员审核裁决书功能

This commit is contained in:
qitz
2023-12-05 17:45:54 +08:00
parent a683b38e8d
commit df93d06ae2
4 changed files with 21 additions and 2 deletions
@@ -288,6 +288,7 @@ public class CaseApplicationController extends BaseController {
// @PreAuthorize("@ss.hasPermi('caseApplication:checkArbitrateRecord')")
@Log(title = "仲裁员审核裁决书", businessType = BusinessType.UPDATE)
@PostMapping("/arbitrator/checkArbitrateRecord")
// @PostMapping("/arbitratorCheckArbitrateRecord")
public AjaxResult arbitratorCheckArbitrateRecord(@Validated @RequestBody CaseApplication caseApplication) {
return caseApplicationService.arbitratorCheckArbitrateRecord(caseApplication);