From a1a6bc4557d5b7c6fb93c7b4ed4947ad5fa3d7ac Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Fri, 3 Nov 2023 16:57:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9F=A5=E8=AF=A2=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E5=95=86=E6=8E=A5=E5=8F=A3=E4=B8=8D=E5=81=9A=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=EF=BC=8C=E5=9C=A8=E6=9F=A5=E8=AF=A2=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=86=85=E5=81=9A=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/web/controller/pile/PileMerchantInfoController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileMerchantInfoController.java b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileMerchantInfoController.java index f6cf3dd41..0c295e5aa 100644 --- a/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileMerchantInfoController.java +++ b/jsowell-admin/src/main/java/com/jsowell/web/controller/pile/PileMerchantInfoController.java @@ -58,7 +58,7 @@ public class PileMerchantInfoController extends BaseController { * @param pileMerchantInfo * @return */ - @PreAuthorize("@ss.hasPermi('pile:merchant:list')") + // @PreAuthorize("@ss.hasPermi('pile:merchant:list')") @GetMapping("/getMerchantList") public TableDataInfo getMerchantList(PileMerchantInfo pileMerchantInfo) { List list = pileMerchantInfoService.selectPileMerchantInfoListWithAuth(pileMerchantInfo);