Преглед на файлове

优化生成二维码权限

cgp преди 1 ден
родител
ревизия
c9908f5eba
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fs-company/src/main/java/com/fs/hisStore/controller/FsUserInformationCollectionController.java

+ 1 - 1
fs-company/src/main/java/com/fs/hisStore/controller/FsUserInformationCollectionController.java

@@ -170,7 +170,7 @@ public class FsUserInformationCollectionController extends BaseController
 
     }
 
-    @PreAuthorize("@ss.hasPermi('hisStore:collection:WxaCodeCollectionUnLimitNew')")
+    //@PreAuthorize("@ss.hasPermi('hisStore:collection:WxaCodeCollectionUnLimitNew')")
     @GetMapping("/getWxaCodeCollectionUnLimitNew/{collectionId}/{appId}")
     public R getWxaCodeCollectionUnLimitNew(@PathVariable("collectionId") Long collectionId,@PathVariable("appId") String appId)
     {