DuGuYang пре 3 година
родитељ
комит
2057e48e21

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

@@ -4643,7 +4643,7 @@ namespace MySystem.Areas.Admin.Controllers
                         data["Name"] = subdata.Name;
                         data["Name"] = subdata.Name;
                         data["Mobile"] = subdata.Mobile;
                         data["Mobile"] = subdata.Mobile;
                         data["IdcardNo"] = subdata.IdCardNo;
                         data["IdcardNo"] = subdata.IdCardNo;
-                        var linkCount = db.PosMerchantInfo.Count(m => m.MerchantName == subdata.Name && m.MerchantMobile == subdata.Mobile && m.MerIdcardNo.ToUpper() == subdata.IdCardNo.ToUpper());
+                        var linkCount = db.PosMerchantInfo.Count(m => m.MerRealName == subdata.Name && m.MerchantMobile == subdata.Mobile && m.MerIdcardNo.ToUpper() == subdata.IdCardNo.ToUpper());
                         data["Count"] = linkCount;
                         data["Count"] = linkCount;
                     }
                     }
                     else
                     else

+ 1 - 1
wwwroot/layuiadmin/modules_main/SeeMerchantAuthInfo.js

@@ -135,7 +135,7 @@ layui.config({
             , { field: 'Name', width: 200, title: '商户姓名', sort: true }
             , { field: 'Name', width: 200, title: '商户姓名', sort: true }
             , { field: 'Mobile', width: 200, title: '商户手机号', sort: true }
             , { field: 'Mobile', width: 200, title: '商户手机号', sort: true }
             , { field: 'IdcardNo', width: 200, title: '商户身份证号', sort: true }
             , { field: 'IdcardNo', width: 200, title: '商户身份证号', sort: true }
-            , { field: 'IsRegist', width: 200, title: '是否已注册', sort: true }
+            // , { field: 'IsRegist', width: 200, title: '是否已注册', sort: true }
             , { field: 'IsAuth', width: 200, title: '是否已认证', sort: true }
             , { field: 'IsAuth', width: 200, title: '是否已认证', sort: true }
             , { field: 'Count', width: 200, title: '已关联机具数', sort: true }
             , { field: 'Count', width: 200, title: '已关联机具数', sort: true }
         ]]
         ]]