소스 검색

优化生成二维码权限

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)
     {