qmj 1 hónapja
szülő
commit
14084d5270

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/app/tableqrcode/TableQrcodeController.java

@@ -66,7 +66,7 @@ public class TableQrcodeController extends BaseController
         String userType = currentUser.getUserType();
 
         // 权限与参数处理
-        if ("4".equals(userType))
+        if ("4".equals(userType) || "1".equals(userType))
         {
             // 摊主只能创建摊位码
             if (tableQrcode.getType() != 0)