ソースを参照

去掉导出权限

liubo 3 年 前
コミット
ff26f191c6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      zd-modules/zd-airbottle/src/main/java/com/zd/airbottle/controller/QpBottleStorageManageController.java

+ 1 - 1
zd-modules/zd-airbottle/src/main/java/com/zd/airbottle/controller/QpBottleStorageManageController.java

@@ -96,7 +96,7 @@ public class QpBottleStorageManageController extends BaseController
      */
     @ApiOperation(value = "导出气瓶入库列表")
     //@PreAuthorize(hasPermi = "airbottle:storage:export")
-    @PreAuthorize(hasPermi = PerPrefix.AIRBOTTLE_STORAGE+ PerFun.EXPORT)
+//    @PreAuthorize(hasPermi = PerPrefix.AIRBOTTLE_STORAGE+ PerFun.EXPORT)
     @Log(title = "气瓶入库", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(HttpServletResponse response,QpBottleStorageVO qpBottleStorage) throws IOException