diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index a3e1abc..95ff005 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index 073cc15..d4a7db7 100644 Binary files a/Base/obj/Debug/Base.csprojAssemblyReference.cache and b/Base/obj/Debug/Base.csprojAssemblyReference.cache differ diff --git a/Dao/MyBatis/Maps/Lect.xml b/Dao/MyBatis/Maps/Lect.xml index 486b322..3f2c010 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -1363,7 +1363,7 @@ ,c.tyear,c.tseq ,u.username,u.userid ,ass.asname - ,e.payno,e.pstatus,e.payamt,e.ptype,e.ispg + ,e.payno,e.pstatus,e.payamt,e.ptype,e.ispg,e.pgkey ,f.estart,f.eend ,cc.cname studyplacename ,pt.taxno,pt.taxdate diff --git a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache index 199ffa0..5e4fe9c 100644 Binary files a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache and b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache differ diff --git a/FO/Controllers/FOBaseController.cs b/FO/Controllers/FOBaseController.cs index de0cf40..98f27e3 100644 --- a/FO/Controllers/FOBaseController.cs +++ b/FO/Controllers/FOBaseController.cs @@ -316,10 +316,11 @@ namespace NP.FO.Controllers } sb2.Append(""); sb2auth.Append(""); - sbmauth.Append(string.Format("



u.birthday.Replace("-", ".")
+@(u.birthday.Replace("-", "."))
}