Explorar o código

设置商户信息添加商户真实姓名

DuGuYang %!s(int64=3) %!d(string=hai) anos
pai
achega
b67297b45f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Areas/Admin/Controllers/MainServer/SysToolsController.cs

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

@@ -3615,6 +3615,7 @@ namespace MySystem.Areas.Admin.Controllers
             {
                 posMerchant.MerIdcardNo = MerIdcardNo;
                 posMerchant.MerchantName = MerchantName;
+                posMerchant.MerRealName = MerchantName;
                 posMerchant.MerchantMobile = MerchantMobile;
                 db.SaveChanges();
                 function.WriteLog(DateTime.Now.ToString() + ":请求参数," + query + ":" + SysUserName + "-" + SysRealName, "设置商户信息");