From 42fc9645ce086cb7467831d8d4994c2fc09b9d96 Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 24 Mar 2021 08:13:42 +0000 Subject: [PATCH] --- BO/Views/croom/tax.cshtml | 2 +- Dao/MyBatis/Maps/CRoom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BO/Views/croom/tax.cshtml b/BO/Views/croom/tax.cshtml index 5d1c0d4..d46b290 100644 --- a/BO/Views/croom/tax.cshtml +++ b/BO/Views/croom/tax.cshtml @@ -29,7 +29,7 @@ 검색어 @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":발행상태;0:미발행;1:발행;2:발행취소" }, { "name", "stringval3" }, { "selected", Model.stringval3 } }) - @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":전체검색;username:신청자이름;userid:신청자ID;manname:담당자이름;itemname:상품명;cname:교육과정명" }, { "name", "stringval4" }, { "selected", Model.stringval4 } }) + @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":전체검색;username:신청자이름;userid:신청자ID;manname:담당자이름;itemname:상품명;cname:교육과정명;paynos:결제번호" }, { "name", "stringval4" }, { "selected", Model.stringval4 } }) @Html.Partial("./Partial/Text", Model.stringval5, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval5", Value = Model.stringval5, PH = "", CssClass = "ff" })) @Html.Partial("./Partial/Button", new NP.Model.Button() { Special = "search" }) diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index ad13dd8..92a4444 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -1260,6 +1260,7 @@ a.manname like concat('%',#manname#,'%') (cm.cname like concat('%', #itemname#, '%') or bk.bkname like concat('%', #itemname#, '%') or ex.exname like concat('%', #itemname#, '%')) cm2.cname like concat('%', #cname#, '%') + a.payno like concat('%', #paynos#, '%') (u.username=#nimp# or u.userid=#nimp# or a.manname=#nimp# or cm.cname like concat('%', #nimp#, '%') or bk.bkname like concat('%', #nimp#, '%') or ex.exname like concat('%', #nimp#, '%') or cm2.cname like concat('%', #nimp#, '%'))