|
|
|
|
|
|
288
|
// @PreAuthorize("@ss.hasPermi('caseApplication:checkArbitrateRecord')")
|
288
|
// @PreAuthorize("@ss.hasPermi('caseApplication:checkArbitrateRecord')")
|
|
289
|
@Log(title = "仲裁员审核裁决书", businessType = BusinessType.UPDATE)
|
289
|
@Log(title = "仲裁员审核裁决书", businessType = BusinessType.UPDATE)
|
|
290
|
@PostMapping("/arbitrator/checkArbitrateRecord")
|
290
|
@PostMapping("/arbitrator/checkArbitrateRecord")
|
|
291
|
-// @PostMapping("/arbitratorCheckArbitrateRecord")
|
|
|
|
292
|
public AjaxResult arbitratorCheckArbitrateRecord(@Validated @RequestBody CaseApplication caseApplication) {
|
291
|
public AjaxResult arbitratorCheckArbitrateRecord(@Validated @RequestBody CaseApplication caseApplication) {
|
|
293
|
|
292
|
|
|
294
|
return caseApplicationService.arbitratorCheckArbitrateRecord(caseApplication);
|
293
|
return caseApplicationService.arbitratorCheckArbitrateRecord(caseApplication);
|