From 55bb51e456a0bf2c0a2bc8b60441b4ed9cf5b43e Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Wed, 1 Dec 2021 01:01:05 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=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.=20579=20=EB=AF=B8=EB=B0=9C=ED=96=89=EA=B1=B4=20=EC=B9=B4?= =?UTF-8?q?=EC=9A=B4=ED=8A=B8=20->=20=EB=AF=B8=ED=99=95=EC=9D=B8=EA=B1=B4?= =?UTF-8?q?=20=EC=B9=B4=EC=9A=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/Home/Index.cshtml | 2 +- Dao/MyBatis/Maps/Common.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BO/Views/Home/Index.cshtml b/BO/Views/Home/Index.cshtml index ec732b1..fee84ba 100644 --- a/BO/Views/Home/Index.cshtml +++ b/BO/Views/Home/Index.cshtml @@ -10,7 +10,7 @@ 강의Q&A미답변 환불요청 @*교재미배송*@ - 계산서미발행 + 계산서미확인 diff --git a/Dao/MyBatis/Maps/Common.xml b/Dao/MyBatis/Maps/Common.xml index fb7f686..e90bc6b 100644 --- a/Dao/MyBatis/Maps/Common.xml +++ b/Dao/MyBatis/Maps/Common.xml @@ -435,8 +435,9 @@ left outer join ( select count(a.payno) cnt from paytax a - inner join pay b on b.payno=a.payno and b.pstatus in (1,22) and b.rstatus < 2 - where a.taxdate is null and ifnull(a.iscancel,0) = 0 + where a.ischeck=0 + ) f on 1=1