This commit is contained in:
parent
f4f420457b
commit
75a523f037
Binary file not shown.
Binary file not shown.
|
|
@ -1908,8 +1908,9 @@
|
||||||
select count(b.lectno)
|
select count(b.lectno)
|
||||||
from users a
|
from users a
|
||||||
left outer join lect b on a.userno = b.userno
|
left outer join lect b on a.userno = b.userno
|
||||||
|
left outer join pay c on c.payno = b.payno
|
||||||
where a.userno = #userno#
|
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>
|
||||||
<select id="cm.cminningscdcheck" parameterClass="hashtable" resultClass="int">
|
<select id="cm.cminningscdcheck" parameterClass="hashtable" resultClass="int">
|
||||||
select
|
select
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue