|
@@ -81,6 +81,10 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
{
|
|
|
condition += " and UserId=0 and BuyUserId=0";
|
|
condition += " and UserId=0 and BuyUserId=0";
|
|
|
}
|
|
}
|
|
|
|
|
+ if (int.Parse(IsStoreSelect) == 0)
|
|
|
|
|
+ {
|
|
|
|
|
+ condition += " and UserId>0 and BuyUserId>0";
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
//绑定状态
|
|
//绑定状态
|
|
|
if (!string.IsNullOrEmpty(BindingStateSelect))
|
|
if (!string.IsNullOrEmpty(BindingStateSelect))
|