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