This commit is contained in:
qitz
2023-12-06 10:34:40 +08:00
parent df93d06ae2
commit 086cfca5dc
@@ -288,7 +288,6 @@ 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);