diff --git a/Base/Controller/FCommon.cs b/Base/Controller/FCommon.cs index 5c8623a..0a0a34f 100644 --- a/Base/Controller/FCommon.cs +++ b/Base/Controller/FCommon.cs @@ -363,7 +363,7 @@ namespace NP.Base.Controllers { if (asno != 0) { - var assign = Dao.Get("users.assigns2", new System.Collections.Hashtable() { { "asno", asno }, { "orderby", "a.asname" } }) + var assign = Dao.Get("users.assigns2", new System.Collections.Hashtable() { { "asno", asno }, { "excel1", ",a.post" }, { "orderby", "a.asname" } }) .Select( s => new { s.brno, s.ceoname, s.post, s.address1, s.address2, s.btype, s.bkind, s.eino, s.mname, s.mphone, s.taxemail, s.fgnobno }) .FirstOrDefault(); return JsonBack(assign); diff --git a/Dao/MyBatis/Maps/User.xml b/Dao/MyBatis/Maps/User.xml index 6c35006..f1cc79d 100644 --- a/Dao/MyBatis/Maps/User.xml +++ b/Dao/MyBatis/Maps/User.xml @@ -85,7 +85,7 @@ ,a.asname,a.asno value,a.asname text,a.isjoin,a.joinyear,a.joinprice,a.ascode,a.joindate ,year(a.joindate) joindateyear, a.exitdate,a.aday,a.status,a.ceoname $excel1$ - ,a.post,a.address1,a.address2,concat(a.address1, a.address2) adr1,a.grno,a.btype,a.bkind,a.salesamount,a.homeurl,a.mcount + ,a.address1,a.address2,concat(a.address1, a.address2) adr1,a.grno,a.btype,a.bkind,a.salesamount,a.homeurl,a.mcount ,a.fgnobno,a.fgnobank,a.issite ,a.subdomain,a.sitename,a.sitelogo,a.sitefooter ,a.eino, a.mname