parent
c420ab975c
commit
55bb51e456
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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 < 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 < 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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue