Browse Source

资质汇总表--字段改动

wangxx 3 weeks ago
parent
commit
4bbb0b473b

+ 0 - 7
airport-admin/src/main/java/com/sundot/airport/web/controller/ledger/LedgerCertificateInfoController.java

@@ -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
      */