Browse Source

优化生成二维码权限

cgp 14 hours ago
parent
commit
c9908f5eba

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