diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index 9dcefca..a7bdf91 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index 08cc4e6..725bf6a 100644 Binary files a/Base/obj/Debug/Base.csprojAssemblyReference.cache and b/Base/obj/Debug/Base.csprojAssemblyReference.cache differ diff --git a/Dao/MyBatis/Maps/CM.xml b/Dao/MyBatis/Maps/CM.xml index d4f1a5c..2b76496 100644 --- a/Dao/MyBatis/Maps/CM.xml +++ b/Dao/MyBatis/Maps/CM.xml @@ -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))