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