This commit is contained in:
kdh0120 2020-12-28 06:47:39 +00:00
parent f4f420457b
commit 75a523f037
4 changed files with 2 additions and 1 deletions

View File

@ -1908,8 +1908,9 @@
select count(b.lectno)
from users a
left outer join lect b on a.userno = b.userno
left outer join pay c on c.payno = b.payno
where a.userno = #userno#
and b.cmno = #cmno# and b.iscomplete = 1
and b.cmno = #cmno# and (b.iscomplete = 1 or (b.status < 5 or b.status = 6))
</select>
<select id="cm.cminningscdcheck" parameterClass="hashtable" resultClass="int">
select