Przeglądaj źródła

添加机具查询条件

DuGuYang 2 lat temu
rodzic
commit
24fec757f0

+ 4 - 0
Areas/Admin/Controllers/MainServer/PosMachinesTwoController.cs

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