DuGuYang 3 éve
szülő
commit
a9c32feadf
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Areas/Admin/Controllers/MainServer/UsersController.cs

+ 1 - 1
Areas/Admin/Controllers/MainServer/UsersController.cs

@@ -2078,7 +2078,7 @@ namespace MySystem.Areas.Admin.Controllers
             Dictionary<string, string> Fields = new Dictionary<string, string>();
             Fields.Add("MakerCode", "1"); //创客编号
 
-            string condition = " and Status>-1 and AuthFlag=0 and RealName is not null and CertId is not null and SettleBankCardNo is not null and SettleBankCardName is not null";
+            string condition = " and Status>-1 and AuthFlag=0 and RealName is not null and CertId is not null and SettleBankCardNo is not null and SettleBankName is not null";
             string sort = "Id desc";
 
             Dictionary<string, object> obj = new AdminContentOther(_accessor.HttpContext, PublicFunction.MainTables).IndexData("Users", Fields, sort, "True", page, limit, condition);