|
@@ -103,10 +103,10 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
{
|
|
|
return new AppResultJson() { Status = "-1", Info = "绑定失败" };
|
|
|
}
|
|
|
- if(pos.BuyUserId == 0)
|
|
|
- {
|
|
|
- return new AppResultJson() { Status = "-1", Info = "码牌未授权" };
|
|
|
- }
|
|
|
+ // if(pos.BuyUserId == 0)
|
|
|
+ // {
|
|
|
+ // return new AppResultJson() { Status = "-1", Info = "码牌未授权" };
|
|
|
+ // }
|
|
|
if (query.Id > 0)
|
|
|
{
|
|
|
if (query.MerchantId > 0)
|