From 45e0b93391a2474def2daa54aadfff1a9292d9e1 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 1 Jul 2021 08:10:31 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=B0=EC=A0=9C=EB=82=B4=EC=97=AD=20:=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=EC=96=B4=EC=97=90=20=EA=B2=B0=EC=A0=9C?= =?UTF-8?q?=EB=B2=88=ED=98=B8=20=EA=B2=80=EC=83=89=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/pay.cshtml | 2 +- Dao/MyBatis/Maps/CRoom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BO/Views/croom/pay.cshtml b/BO/Views/croom/pay.cshtml index 3077382..3023007 100644 --- a/BO/Views/croom/pay.cshtml +++ b/BO/Views/croom/pay.cshtml @@ -102,7 +102,7 @@ 검색어 - @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":전체검색;username:이름;userid:ID;itemname:상품명;cname:교육과정명" }, { "name", "stringval15" }, { "selected", Model.stringval15 } }) + @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":전체검색;username:이름;userid:ID;itemname:상품명;cname:교육과정명;payno:결제번호" }, { "name", "stringval15" }, { "selected", Model.stringval15 } }) @Html.Partial("./Partial/Text", Model.stringval16, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval16", Value = Model.stringval16, PH = "", CssClass = "ff" })) @Html.Partial("./Partial/Button", new NP.Model.Button() { Special = "search", OnClick = "searchthis()" }) diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index d4d2521..603caaa 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -818,6 +818,7 @@ and (u.username=#usernameiditemname# or u.userid=#usernameiditemname# or cm.cname like concat('%',#usernameiditemname#,'%') or bk.bkname like concat('%',#usernameiditemname#,'%') or ex.exname like concat('%',#usernameiditemname#,'%') or cm2.cname like concat('%',#usernameiditemname#,'%')) and p.isgroup=1 and p.isunpay=#isunpay# + and p.payno=#payno# group by p.payno union all select 1 isexamready,a.exno payno,a.userno pi1,a.userno pi2,1 ccount