This commit is contained in:
parent
f756d27590
commit
059148d97b
|
@ -159,6 +159,6 @@ public class SysOssTextbookController extends BaseController {
|
||||||
@Log(title = "【定稿】", businessType = BusinessType.UPDATE)
|
@Log(title = "【定稿】", businessType = BusinessType.UPDATE)
|
||||||
@PutMapping("/finalize")
|
@PutMapping("/finalize")
|
||||||
public R<Void> finalize(@RequestBody SysOssTextbookBo bo) {
|
public R<Void> finalize(@RequestBody SysOssTextbookBo bo) {
|
||||||
return toAjax(sysOssTextbookService.moveByBo(bo));
|
return toAjax(sysOssTextbookService.finalize(bo));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue