From 6ec763ab7467fc01783336e13613a516423578e7 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 02 七月 2020 17:14:32 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/controller/TrayCodeController.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/asrs/controller/TrayCodeController.java b/src/main/java/com/zy/asrs/controller/TrayCodeController.java
index e404fc4..671ba6b 100644
--- a/src/main/java/com/zy/asrs/controller/TrayCodeController.java
+++ b/src/main/java/com/zy/asrs/controller/TrayCodeController.java
@@ -32,7 +32,7 @@
     }
 
     @RequestMapping(value = "/trayCode/list/auth")
-    @ManagerAuth
+//    @ManagerAuth
     public R list(@RequestParam(defaultValue = "1")Integer curr,
                   @RequestParam(defaultValue = "10")Integer limit,
                   @RequestParam(required = false)String orderByField,
@@ -124,11 +124,11 @@
         return R.ok();
     }
 
-    @RequestMapping(value = "/trayCode/print/preview")
-    @ManagerAuth
+    @PostMapping(value = "/trayCode/print/preview")
+//    @ManagerAuth
     public R printPreview(@RequestParam String startNo,
-                   @RequestParam Integer count,
-                   @RequestParam Integer type) {
+                          @RequestParam Integer count,
+                          @RequestParam Integer type) {
         if (count <= 0) {
             return R.error("鏁伴噺蹇呴』澶т簬闆�");
         }
@@ -140,7 +140,7 @@
     }
 
     @RequestMapping(value = "/trayCode/print/auth")
-    @ManagerAuth(memo = "鎵樼洏鐮佹墦鍗�")
+//    @ManagerAuth(memo = "鎵樼洏鐮佹墦鍗�")
     public R print(@RequestParam String startNo,
                   @RequestParam Integer count,
                   @RequestParam Integer type){

--
Gitblit v1.9.1