1
This commit is contained in:
-1
@@ -288,7 +288,6 @@ public class CaseApplicationController extends BaseController {
|
|||||||
// @PreAuthorize("@ss.hasPermi('caseApplication:checkArbitrateRecord')")
|
// @PreAuthorize("@ss.hasPermi('caseApplication:checkArbitrateRecord')")
|
||||||
@Log(title = "仲裁员审核裁决书", businessType = BusinessType.UPDATE)
|
@Log(title = "仲裁员审核裁决书", businessType = BusinessType.UPDATE)
|
||||||
@PostMapping("/arbitrator/checkArbitrateRecord")
|
@PostMapping("/arbitrator/checkArbitrateRecord")
|
||||||
// @PostMapping("/arbitratorCheckArbitrateRecord")
|
|
||||||
public AjaxResult arbitratorCheckArbitrateRecord(@Validated @RequestBody CaseApplication caseApplication) {
|
public AjaxResult arbitratorCheckArbitrateRecord(@Validated @RequestBody CaseApplication caseApplication) {
|
||||||
|
|
||||||
return caseApplicationService.arbitratorCheckArbitrateRecord(caseApplication);
|
return caseApplicationService.arbitratorCheckArbitrateRecord(caseApplication);
|
||||||
|
|||||||
Reference in New Issue
Block a user