From 6a3bb62f3e9923da4d40f43aa62e7749c37678b3 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 15 Apr 2021 00:06:33 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20NULL=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20Base/Controller/FCommon.cs?= =?UTF-8?q?=20=20=20=20=20FO/Views/My/MyInfoCheck.cshtml=20=20-=20=20?= =?UTF-8?q?=EC=8B=A0=EC=B2=AD=EC=8B=9C=20=EC=A3=BC=EB=AF=BC=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Controller/FCommon.cs | 2 +- FO/Views/My/MyInfoCheck.cshtml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/Controller/FCommon.cs b/Base/Controller/FCommon.cs index 29244ad..926028f 100644 --- a/Base/Controller/FCommon.cs +++ b/Base/Controller/FCommon.cs @@ -307,7 +307,7 @@ namespace NP.Base.Controllers ppllog.taxemail = string.Format("{0}@{1}", vm.Assign.taxemail1, vm.Assign.taxemail2); if (!string.IsNullOrEmpty(vm.User.userpno1) && !string.IsNullOrEmpty(vm.User.userpno2)) { - ppllog.userpno = string.Format("{0}-{1}", vm.User.userpno1, vm.User.userpno2); + ppllog.userpno = string.Format("{0}{1}", vm.User.userpno1, vm.User.userpno2); } ppllog.mobile = string.Format("{0}-{1}-{2}", vm.User.mobile1, vm.User.mobile2, vm.User.mobile3); ppllog.email = string.Format("{0}@{1}", vm.User.email1, vm.User.email2); diff --git a/FO/Views/My/MyInfoCheck.cshtml b/FO/Views/My/MyInfoCheck.cshtml index 419c13d..194e829 100644 --- a/FO/Views/My/MyInfoCheck.cshtml +++ b/FO/Views/My/MyInfoCheck.cshtml @@ -30,9 +30,9 @@