Sfoglia il codice sorgente

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

DuGuYang 3 anni fa
parent
commit
b67297b45f

+ 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, "设置商户信息");