|
|
@@ -98,13 +98,6 @@ public class LedgerCertificateInfoController extends BaseController {
|
|
98
|
98
|
return toAjax(certificateInfoService.updateCertificateInfo(ledgerCertificateInfo));
|
|
99
|
99
|
}
|
|
100
|
100
|
|
|
101
|
|
- @PreAuthorize("@ss.hasPermi('ledger:certificate:remove')")
|
|
102
|
|
- @Log(title = "证书信息", businessType = BusinessType.DELETE)
|
|
103
|
|
- @DeleteMapping("/{id}")
|
|
104
|
|
- public AjaxResult remove(@PathVariable Long id) {
|
|
105
|
|
- return toAjax(certificateInfoService.deleteCertificateInfoById(id));
|
|
106
|
|
- }
|
|
107
|
|
-
|
|
108
|
101
|
/**
|
|
109
|
102
|
* 删除证书信息
|
|
110
|
103
|
*/
|