Bläddra i källkod

融资授信新增权限

peixh 4 år sedan
förälder
incheckning
6c0ab70a1b

+ 1 - 1
sc-service/src/main/java/com/huyi/service/supplierCreditLine/controller/SupplierCreditLineController.java

@@ -138,7 +138,7 @@ public class SupplierCreditLineController extends BaseController {
      * @return
      * @throws Exception
      */
-    @PreAuthorize(hasPermi = "supplierCredit:line::add")
+    @PreAuthorize(hasPermi = "supplierCredit:line:add")
     @Log(title = "供应商授信管理", businessType = BusinessType.INSERT)
     @Transactional(rollbackFor = Exception.class)
     @PostMapping