2025-12-12 12:58:49,071 - Statement Id: [cr.lectsdboard.del] Prepared SQL: [update lectsd a inner join lectsdboard b on b.bno= ?param0 and b.cno= ?param1 and b.isdel=0 and b.lectno=a.lectno and b.sdno=a.sdno inner join lect a2 on a2.lectno=b.lectno and a2.userno=b.cno and a2.sdate < now() and a2.edate > now() inner join cm c on c.cmno=a2.cmno set a.submittime=null,a.submitip=null and a.checktime is null; update lectsdboard a inner join lectsd b on b.lectno=a.lectno and b.sdno=a.sdno and b.checktime is null inner join lect a2 on a2.lectno=b.lectno and a2.userno=a.cno and a2.sdate < now() and a2.edate > now() inner join cm c on c.cmno=a2.cmno set a.uno= ?param2 ,a.udt=now(),a.uip= ?param3 ,a.isdel=1 where a.bno= ?param0 and a.cno= ?param1 and a.isdel=0;]
2025-12-12 12:58:49,081 - Statement Id: [cr.examuserpayok3] Prepared SQL: [update examuser set udt=now(),uno= ?param0 ,uip= ?param1 ,payno= ?param2 ,pino= ?param3 ,pstatus=1 where exno= ?param4 and userno= ?param5 and status=1 and payno is null and pino is null and pstatus=4]
2025-12-12 12:58:49,081 - Statement Id: [cr.examuserpaycancel] Prepared SQL: [update examuser set udt=now(),uno= ?param0 ,uip= ?param1 ,pstatus=9 where exno= ?param2 and userno= ?param3 and status=1 and payno is null and pino is null and pstatus=4]
2025-12-12 12:58:49,085 - Statement Id: [cr.studyclose] Prepared SQL: [update lectinningpage a set a.etime=now(),a.eip= ?param0 ,a.udt=now(),a.uno= ?param1 ,a.uip= ?param0 where a.logno= ?param2 ;]
2025-12-12 12:58:49,102 - Statement Id: [site.main] Prepared SQL: [select * from ( select 0 dtype ,a.cmno intval,a.isrefund intval2 ,0 longval ,a.cname strval,b.cgname strval2,a.kname strval3,null strval4,null strval5,null strval6 ,a.rstime time,a.retime time2,a.sstime time3,a.setime time4 from cm a inner join cg b on b.cgno=a.cgno inner join cg b2 on b2.cgno=b.pcgno and b2.cgcode= ?param0 inner join cm c on c.cmno=a.pcmno where a.ismaster=0 and a.rstime < now() and a.retime >= DATE_FORMAT(now(), '%Y%m%d') and a.isuse=1 and a.isdel=0 order by a.retime asc limit 4 ) a union all select * from ( select a.dtype,a.intval,a.intval2 ,a.longval ,a.strval,a.strval2,a.strval3,a.strval4,ifnull(a.strval5,d.fileurl) strval5,a.strval6 ,a.time,a.time2,a.time3,a.time4 from ( select 1 dtype ,a.cmno intval,a.isrefund intval2 ,0 longval ,a.cname strval,b.cgname strval2,c.cname strval3,concat('/', e.ccode, '/', f.srcp) strval4,ef.fileurl strval5,b.cgcode strval6 ,a.rstime time,a.retime time2,a.sstime time3,a.setime time4 from cm a inner join cg b on b.cgno=a.cgno inner join cg b2 on b2.cgno=b.pcgno and b2.cgcode= ?param1 inner join cm c on c.cmno=a.pcmno left outer join cminning d on d.cmno=a.cmno and d.istaste=1 left outer join ct e on e.ctno=d.ctno left outer join fileinfo ef on ef.fgno=e.fgnothumb and ef.isdel=0 left outer join ctpage f on f.ctno=e.ctno and f.pseq=1 where a.ismaster=0 and a.rstime < now() and a.retime >= DATE_FORMAT(now(), '%Y%m%d') and a.cshape=0 and a.isuse=1 and a.isdel=0 order by a.retime asc limit 4 ) a left outer join cminning b on a.strval5 is null and b.cmno=a.intval and b.iseq=1 left outer join ct c on a.strval5 is null and c.ctno=b.ctno left outer join fileinfo d on a.strval5 is null and d.fgno=c.fgnothumb and d.isdel=0 ) a union all select * from ( select 2 dtype ,0 intval,0 intval2 ,b.bno longval ,c.opname strval,b.subject strval2,null strval3,null strval4,null strval5,null strval6 ,null time,null time2,null time3,null time4 from boardmaster a inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.issecr=0 and b.isopen=1 left outer join boardmasteropening c on c.opno=b.opno where a.bmcode='homenotice' order by b.cdt desc limit 2 ) a union all select * from ( select 3 dtype ,0 intval,0 intval2 ,b.bno longval ,c.opname strval,b.subject strval2,null strval3,null strval4,null strval5,null strval6 ,null time,null time2,null time3,null time4 from boardmaster a inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.issecr=0 and b.isopen=1 left outer join boardmasteropening c on c.opno=b.opno where a.bmcode='homefaq' order by b.cdt desc limit 2 ) a]
2025-12-12 12:58:49,120 - Statement Id: [sys.npsystem] PreparedStatement : [select count(b.daokey) from (select 1 col1) a left outer join npsystem b on b.daokey= ?param0]
2025-12-12 12:58:49,379 - Open Connection "55233959" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,389 - Close Connection "55233959" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,724 - Statement Id: [common.check.admin] PreparedStatement : [select a.userno dtype, a.udt time, count(b.mno) intval from users a left outer join memouser b on b.userno=a.userno and b.isread=0 and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0)]
2025-12-12 12:58:49,732 - Open Connection "19075492" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,762 - Close Connection "19075492" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,776 - Statement Id: [sys.menu.menuauth] Prepared SQL: [select a.usertype, a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, a.ccount, a.isuse, a.ishid ,concat('/',ifnull(b5.menuno, 0), '/', ifnull(b4.menuno, 0), '/', ifnull(b3.menuno, 0), '/', ifnull(b2.menuno, 0), '/', ifnull(b1.menuno, 0), '/', ifnull(a.menuno, 0), '/') menurout ,case a.menulevel when 0 then ' ' when 1 then b1.menuname when 2 then b2.menuname when 3 then b3.menuname when 4 then b4.menuname when 5 then b5.menuname end pmenuname ,b2.menuno ppmenuno from ( select b.usertype, c.menuno, c.menuname, c.pmenuno, c.menuurl, c.menulevel, c.menuorder, count(d.menuno) ccount, c.isuse, c.ishid from menuauth b inner join menu c on c.menuno=b.menuno and c.isuse=1 left outer join menu d on d.pmenuno=c.menuno group by b.usertype, c.menuno, c.menuname, c.pmenuno, c.menuurl, c.menulevel, c.menuorder, c.isuse, c.ishid ) a left outer join menu b1 on b1.menuno=a.pmenuno left outer join menu b2 on b2.menuno=b1.pmenuno left outer join menu b3 on b3.menuno=b2.pmenuno left outer join menu b4 on b4.menuno=b3.pmenuno left outer join menu b5 on b5.menuno=b4.pmenuno where ?param0 = case a.menulevel when 0 then a.menuno when 1 then b1.menuno when 2 then b2.menuno when 3 then b3.menuno when 4 then b4.menuno else b5.menuno end order by a.usertype, case a.menulevel when 0 then a.menuorder when 1 then b1.menuorder when 2 then b2.menuorder when 3 then b3.menuorder when 4 then b4.menuorder else b5.menuorder end ,case a.menulevel when 0 then a.menuno when 1 then b1.menuno when 2 then b2.menuno when 3 then b3.menuno when 4 then b4.menuno else b5.menuno end ,case a.menulevel when 1 then a.menuorder when 2 then b1.menuorder when 3 then b2.menuorder when 4 then b3.menuorder when 5 then b4.menuorder else 0 end ,case a.menulevel when 1 then a.menuno when 2 then b1.menuno when 3 then b2.menuno when 4 then b3.menuno when 5 then b4.menuno else 0 end ,case a.menulevel when 2 then a.menuorder when 3 then b1.menuorder when 4 then b2.menuorder when 5 then b3.menuorder else 0 end ,case a.menulevel when 2 then a.menuno when 3 then b1.menuno when 4 then b2.menuno when 5 then b3.menuno else 0 end ,case a.menulevel when 3 then a.menuorder when 4 then b1.menuorder when 5 then b2.menuorder else 0 end ,case a.menulevel when 3 then a.menuno when 4 then b1.menuno when 5 then b2.menuno else 0 end ,case a.menulevel when 4 then a.menuorder when 5 then b1.menuorder else 0 end ,case a.menulevel when 4 then a.menuno when 5 then b1.menuno else 0 end ,case a.menulevel when 5 then a.menuorder else 0 end ,case a.menulevel when 5 then a.menuno else 0 end]
2025-12-12 12:58:49,777 - Statement Id: [sys.menu.menuauth] PreparedStatement : [select a.usertype, a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, a.ccount, a.isuse, a.ishid ,concat('/',ifnull(b5.menuno, 0), '/', ifnull(b4.menuno, 0), '/', ifnull(b3.menuno, 0), '/', ifnull(b2.menuno, 0), '/', ifnull(b1.menuno, 0), '/', ifnull(a.menuno, 0), '/') menurout ,case a.menulevel when 0 then ' ' when 1 then b1.menuname when 2 then b2.menuname when 3 then b3.menuname when 4 then b4.menuname when 5 then b5.menuname end pmenuname ,b2.menuno ppmenuno from ( select b.usertype, c.menuno, c.menuname, c.pmenuno, c.menuurl, c.menulevel, c.menuorder, count(d.menuno) ccount, c.isuse, c.ishid from menuauth b inner join menu c on c.menuno=b.menuno and c.isuse=1 left outer join menu d on d.pmenuno=c.menuno group by b.usertype, c.menuno, c.menuname, c.pmenuno, c.menuurl, c.menulevel, c.menuorder, c.isuse, c.ishid ) a left outer join menu b1 on b1.menuno=a.pmenuno left outer join menu b2 on b2.menuno=b1.pmenuno left outer join menu b3 on b3.menuno=b2.pmenuno left outer join menu b4 on b4.menuno=b3.pmenuno left outer join menu b5 on b5.menuno=b4.pmenuno where ?param0 = case a.menulevel when 0 then a.menuno when 1 then b1.menuno when 2 then b2.menuno when 3 then b3.menuno when 4 then b4.menuno else b5.menuno end order by a.usertype, case a.menulevel when 0 then a.menuorder when 1 then b1.menuorder when 2 then b2.menuorder when 3 then b3.menuorder when 4 then b4.menuorder else b5.menuorder end ,case a.menulevel when 0 then a.menuno when 1 then b1.menuno when 2 then b2.menuno when 3 then b3.menuno when 4 then b4.menuno else b5.menuno end ,case a.menulevel when 1 then a.menuorder when 2 then b1.menuorder when 3 then b2.menuorder when 4 then b3.menuorder when 5 then b4.menuorder else 0 end ,case a.menulevel when 1 then a.menuno when 2 then b1.menuno when 3 then b2.menuno when 4 then b3.menuno when 5 then b4.menuno else 0 end ,case a.menulevel when 2 then a.menuorder when 3 then b1.menuorder when 4 then b2.menuorder when 5 then b3.menuorder else 0 end ,case a.menulevel when 2 then a.menuno when 3 then b1.menuno when 4 then b2.menuno when 5 then b3.menuno else 0 end ,case a.menulevel when 3 then a.menuorder when 4 then b1.menuorder when 5 then b2.menuorder else 0 end ,case a.menulevel when 3 then a.menuno when 4 then b1.menuno when 5 then b2.menuno else 0 end ,case a.menulevel when 4 then a.menuorder when 5 then b1.menuorder else 0 end ,case a.menulevel when 4 then a.menuno when 5 then b1.menuno else 0 end ,case a.menulevel when 5 then a.menuorder else 0 end ,case a.menulevel when 5 then a.menuno else 0 end]
2025-12-12 12:58:49,938 - Open Connection "59721453" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,954 - Close Connection "59721453" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,956 - Statement Id: [users.users] Prepared SQL: [SELECT a.* FROM ( SELECT a.userno,a.usertype,a.asno,a.pasname,a.userid,a.username,a.status,a.gender,a.jointype ,b.asname,b.isjoin,b.ceoname,b.brno,b.post aspost,b.address1 asaddress1,b.address2 asaddress2,b.btype asbtype,b.bkind asbkind ,CAST(AES_DECRYPT(UNHEX(a.email), 'np123@!' ) AS char) email ,CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!' ) AS char) mobile ,CAST(AES_DECRYPT(UNHEX(a.telno), 'np123@!' ) AS char) telno ,CAST(AES_DECRYPT(UNHEX(a.userpno), 'np123@!' ) AS char) userpno ,a.usernameeng,a.logintime ,CAST(AES_DECRYPT(UNHEX(a.bankno), 'np123@!' ) AS char) bankno ,a.userkind,a.isacceptemail,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs ,a.bankname ,a.post,a.address1,a.address2,a.introhtml,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime ,a.kfcfyear,a.isassignuser,a.edus ,case when c.refcode='9' then a.ccpositionetc else c.cname end ccpositionname ,case when a.usertype=1 then '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' when d.authname is null then '-' else d.authname end usertypestr ,CAST(AES_DECRYPT(UNHEX(a.birthday), 'np123@!' ) AS char) birthday ,a.uduty,a.slevel,a.isacceptmobile,a.vssn,a.di,a.ci,a.ischkatt,a.authplatform ,IFNULL(us.playbar, 0) as playbar ,IFNULL(us.isplay, 0) as isplay ,ROW_NUMBER() OVER(ORDER BY a.username ) rno ,COUNT(a.cdt) over() pagetotalcount FROM users a LEFT OUTER JOIN assign b on b.asno=a.asno and b.isdel=0 LEFT OUTER JOIN comcode c on c.ccode=a.ccposition LEFT OUTER JOIN ( SELECT DISTINCT usertype,authname FROM menuauth ) d ON d.usertype = a.usertype LEFT OUTER JOIN userstatus us on a.userno = us.userno WHERE a.status < 98 and a.usertype <> 91 and a.usertype = ?param0 ) a where rno between 1 and 100 ORDER BY a.rno]
2025-12-12 12:58:49,956 - Statement Id: [users.users] PreparedStatement : [SELECT a.* FROM ( SELECT a.userno,a.usertype,a.asno,a.pasname,a.userid,a.username,a.status,a.gender,a.jointype ,b.asname,b.isjoin,b.ceoname,b.brno,b.post aspost,b.address1 asaddress1,b.address2 asaddress2,b.btype asbtype,b.bkind asbkind ,CAST(AES_DECRYPT(UNHEX(a.email), 'np123@!' ) AS char) email ,CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!' ) AS char) mobile ,CAST(AES_DECRYPT(UNHEX(a.telno), 'np123@!' ) AS char) telno ,CAST(AES_DECRYPT(UNHEX(a.userpno), 'np123@!' ) AS char) userpno ,a.usernameeng,a.logintime ,CAST(AES_DECRYPT(UNHEX(a.bankno), 'np123@!' ) AS char) bankno ,a.userkind,a.isacceptemail,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs ,a.bankname ,a.post,a.address1,a.address2,a.introhtml,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime ,a.kfcfyear,a.isassignuser,a.edus ,case when c.refcode='9' then a.ccpositionetc else c.cname end ccpositionname ,case when a.usertype=1 then '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' when d.authname is null then '-' else d.authname end usertypestr ,CAST(AES_DECRYPT(UNHEX(a.birthday), 'np123@!' ) AS char) birthday ,a.uduty,a.slevel,a.isacceptmobile,a.vssn,a.di,a.ci,a.ischkatt,a.authplatform ,IFNULL(us.playbar, 0) as playbar ,IFNULL(us.isplay, 0) as isplay ,ROW_NUMBER() OVER(ORDER BY a.username ) rno ,COUNT(a.cdt) over() pagetotalcount FROM users a LEFT OUTER JOIN assign b on b.asno=a.asno and b.isdel=0 LEFT OUTER JOIN comcode c on c.ccode=a.ccposition LEFT OUTER JOIN ( SELECT DISTINCT usertype,authname FROM menuauth ) d ON d.usertype = a.usertype LEFT OUTER JOIN userstatus us on a.userno = us.userno WHERE a.status < 98 and a.usertype <> 91 and a.usertype = ?param0 ) a where rno between 1 and 100 ORDER BY a.rno]
2025-12-12 12:58:49,960 - Open Connection "13609113" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:58:49,975 - The column [eetime] could not be auto mapped to a property on [NP.Model.Users]
2025-12-12 12:58:49,981 - Close Connection "13609113" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:59:06,726 - Statement Id: [common.check.admin] PreparedStatement : [select a.userno dtype, a.udt time, count(b.mno) intval from users a left outer join memouser b on b.userno=a.userno and b.isread=0 and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0)]
2025-12-12 12:59:06,741 - Open Connection "40004473" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:59:06,787 - Close Connection "40004473" to "MySQL, MySQL provider 6.10.5.0".
2025-12-12 12:59:06,788 - Statement Id: [users.users] Prepared SQL: [SELECT a.* FROM ( SELECT a.userno,a.usertype,a.asno,a.pasname,a.userid,a.username,a.status,a.gender,a.jointype ,b.asname,b.isjoin,b.ceoname,b.brno,b.post aspost,b.address1 asaddress1,b.address2 asaddress2,b.btype asbtype,b.bkind asbkind ,CAST(AES_DECRYPT(UNHEX(a.email), 'np123@!' ) AS char) email ,CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!' ) AS char) mobile ,CAST(AES_DECRYPT(UNHEX(a.telno), 'np123@!' ) AS char) telno ,CAST(AES_DECRYPT(UNHEX(a.userpno), 'np123@!' ) AS char) userpno ,a.usernameeng,a.logintime ,CAST(AES_DECRYPT(UNHEX(a.bankno), 'np123@!' ) AS char) bankno ,a.userkind,a.isacceptemail,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs ,a.bankname ,a.post,a.address1,a.address2,a.introhtml,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime ,a.kfcfyear,a.isassignuser,a.edus ,case when c.refcode='9' then a.ccpositionetc else c.cname end ccpositionname ,case when a.usertype=1 then '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' when d.authname is null then '-' else d.authname end usertypestr ,CAST(AES_DECRYPT(UNHEX(a.birthday), 'np123@!' ) AS char) birthday ,a.uduty,a.slevel,a.isacceptmobile,a.vssn,a.di,a.ci,a.ischkatt,a.authplatform ,IFNULL(us.playbar, 0) as playbar ,IFNULL(us.isplay, 0) as isplay ,ROW_NUMBER() OVER(ORDER BY a.username ) rno ,COUNT(a.cdt) over() pagetotalcount FROM users a LEFT OUTER JOIN assign b on b.asno=a.asno and b.isdel=0 LEFT OUTER JOIN comcode c on c.ccode=a.ccposition LEFT OUTER JOIN ( SELECT DISTINCT usertype,authname FROM menuauth ) d ON d.usertype = a.usertype LEFT OUTER JOIN userstatus us on a.userno = us.userno WHERE a.status < 98 and a.usertype <> 91 and a.usertype = ?param0 ) a where rno between 1 and 100 ORDER BY a.rno]
2025-12-12 12:59:06,788 - Statement Id: [users.users] PreparedStatement : [SELECT a.* FROM ( SELECT a.userno,a.usertype,a.asno,a.pasname,a.userid,a.username,a.status,a.gender,a.jointype ,b.asname,b.isjoin,b.ceoname,b.brno,b.post aspost,b.address1 asaddress1,b.address2 asaddress2,b.btype asbtype,b.bkind asbkind ,CAST(AES_DECRYPT(UNHEX(a.email), 'np123@!' ) AS char) email ,CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!' ) AS char) mobile ,CAST(AES_DECRYPT(UNHEX(a.telno), 'np123@!' ) AS char) telno ,CAST(AES_DECRYPT(UNHEX(a.userpno), 'np123@!' ) AS char) userpno ,a.usernameeng,a.logintime ,CAST(AES_DECRYPT(UNHEX(a.bankno), 'np123@!' ) AS char) bankno ,a.userkind,a.isacceptemail,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs ,a.bankname ,a.post,a.address1,a.address2,a.introhtml,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime ,a.kfcfyear,a.isassignuser,a.edus ,case when c.refcode='9' then a.ccpositionetc else c.cname end ccpositionname ,case when a.usertype=1 then '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' when d.authname is null then '-' else d.authname end usertypestr ,CAST(AES_DECRYPT(UNHEX(a.birthday), 'np123@!' ) AS char) birthday ,a.uduty,a.slevel,a.isacceptmobile,a.vssn,a.di,a.ci,a.ischkatt,a.authplatform ,IFNULL(us.playbar, 0) as playbar ,IFNULL(us.isplay, 0) as isplay ,ROW_NUMBER() OVER(ORDER BY a.username ) rno ,COUNT(a.cdt) over() pagetotalcount FROM users a LEFT OUTER JOIN assign b on b.asno=a.asno and b.isdel=0 LEFT OUTER JOIN comcode c on c.ccode=a.ccposition LEFT OUTER JOIN ( SELECT DISTINCT usertype,authname FROM menuauth ) d ON d.usertype = a.usertype LEFT OUTER JOIN userstatus us on a.userno = us.userno WHERE a.status < 98 and a.usertype <> 91 and a.usertype = ?param0 ) a where rno between 1 and 100 ORDER BY a.rno]