Pārlūkot izejas kodu

去掉导出权限

liubo 3 gadi atpakaļ
vecāks
revīzija
ff26f191c6

+ 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