This commit is contained in:
kdh0120 2020-12-11 07:34:45 +00:00
parent 4f32ff3ea9
commit ec11a12169
4 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@
,b.itemno
from pay a
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 id="pay.lectready" parameterClass="int" resultClass="int">
select count(a.userno)