Kaynağa Gözat

授信权限

peixh 3 yıl önce
ebeveyn
işleme
73179183de

+ 1 - 1
sc-service/src/main/java/com/huyi/service/creditLine/controller/CreditLineController.java

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