<기능개선>

통합테스트목록 . 579
미발행건 카운트 -> 미확인건 카운트
This commit is contained in:
kdh0120 2021-12-01 01:01:05 +00:00
parent c420ab975c
commit 55bb51e456
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<th>강의Q&A미답변</th> <th>강의Q&A미답변</th>
<th>환불요청</th> <th>환불요청</th>
@*<th>교재미배송</th>*@ @*<th>교재미배송</th>*@
<th>계산서미발행</th> <th>계산서미확인</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -435,8 +435,9 @@
left outer join ( left outer join (
select count(a.payno) cnt select count(a.payno) cnt
from paytax a from paytax a
inner join pay b on b.payno=a.payno and b.pstatus in (1,22) and b.rstatus &lt; 2 where a.ischeck=0
where a.taxdate is null and ifnull(a.iscancel,0) = 0 <!--inner join pay b on b.payno=a.payno and b.pstatus in (1,22) and b.rstatus &lt; 2
where a.taxdate is null and ifnull(a.iscancel,0) = 0-->
) f on 1=1 ) f on 1=1
</select> </select>
<update id="common.authkey.save" parameterClass="hashtable"> <update id="common.authkey.save" parameterClass="hashtable">