From fe6c2cbdd1c6ed075e08d6bd4cca7ddaa9fb2219 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Mon, 6 Dec 2021 00:10:12 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20592=20=EB=82=B4=EC=9A=A9=EC=B6=94=EA=B0=80=20=EC=98=A4?= =?UTF-8?q?=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 --- Dao/MyBatis/Maps/CRoom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index f2b174c..079c58e 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -810,7 +810,7 @@ ,cast(AES_DECRYPT(UNHEX(u.mobile), 'np123@!' ) as char) as mobile ,ua.asname,ua.isjoin ,cm.cshape,cm.sstime,cm.setime,cm.studyplace - ,le.sdate,le.edate,le.iscomplete,le.attrate,le.iscomplete + ,le.sdate,le.edate,le.iscomplete,le.attrate ,case when a.isexamready=1 then uee.exname else case pi.ptype when 2 then bk.bkname when 3 then ex.exname else cm.cname end end itemname ,ppl.rbankname,CAST(AES_DECRYPT(UNHEX(ppl.rbankacc), ) AS char) rbankacc,ppl.rbankowner ,row_number() over(order by case when pr.rstatus=0 and pri.rfdno is not null then 0 else 1 end, case when a.isexamready=1 then ue.cdt else p.cdt end desc) rno