This commit is contained in:
parent
4f32ff3ea9
commit
ec11a12169
Binary file not shown.
Binary file not shown.
|
|
@ -882,7 +882,7 @@
|
||||||
,b.itemno
|
,b.itemno
|
||||||
from pay a
|
from pay a
|
||||||
inner join payitem b on b.payno=a.payno
|
inner join payitem b on b.payno=a.payno
|
||||||
where a.payno=#payno# and a.userno=#userno# and a.pstatus in (1,21,22)
|
where a.payno=#payno# and a.userno=#userno# and a.pstatus in (1,21,22,51,55)
|
||||||
</select>
|
</select>
|
||||||
<select id="pay.lectready" parameterClass="int" resultClass="int">
|
<select id="pay.lectready" parameterClass="int" resultClass="int">
|
||||||
select count(a.userno)
|
select count(a.userno)
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue