추가개발-다시 배포
This commit is contained in:
parent
7054b3b51a
commit
05a3cfd5e8
|
|
@ -2053,28 +2053,28 @@
|
|||
|
||||
<select id="cm.cminningscds.applyedu.lectno" parameterClass="hashtable" resultClass="cminningscd">
|
||||
select
|
||||
a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,a.studyplace,a.studyplacename,a.startmonth,a.comment
|
||||
,a.studyplace, a.studyplacename,a.remainPeople
|
||||
,a.isselected, a.cmno,a.pcmno,a.cgcode
|
||||
<!--211220.통합테스트목록(644) 이미지난 교육종료일 변경불가-->
|
||||
,case when a.estart < date_add(date_format(now() ,'%Y-%m-%d 00:00:00'),interval -1 second)
|
||||
<!--20220803
|
||||
or a.remainPeople <= 0 -->
|
||||
then 0 else 1 end isend
|
||||
a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,a.studyplace,a.studyplacename,a.startmonth,a.comment
|
||||
,a.studyplace, a.studyplacename,a.remainPeople
|
||||
,a.isselected, a.cmno,a.pcmno,a.cgcode
|
||||
<!--211220.통합테스트목록(644) 이미지난 교육종료일 변경불가-->
|
||||
,case when a.estart < date_add(date_format(now() ,'%Y-%m-%d 00:00:00'),interval -1 second)
|
||||
<!--20220803
|
||||
or a.remainPeople <= 0 -->
|
||||
then 0 else 1 end isend
|
||||
from
|
||||
(
|
||||
select a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,month(a.estart) startmonth
|
||||
,(a.quota - (select count(z.lectno) cnt from lect z where a.cmisno = z.cmisno and z.status in (1,2) and z.ischanged=0)) remainPeople
|
||||
,a.studyplace, e.cname studyplacename
|
||||
,case when f.cmisno = a.cmisno then 1 else 0 end isselected, d.cmno,d.pcmno,cg.cgcode
|
||||
,a.comment
|
||||
from cminningscd a
|
||||
left outer join cminning c on c.cmino = a.cmino
|
||||
left outer join cm d on d.cmno = c.cmno
|
||||
left outer join cg cg on d.cgno = cg.cgno
|
||||
left outer join comcode e on e.ccode = a.studyplace
|
||||
left outer join lect f on f.lectno = #lectno#
|
||||
where DATE_ADD(f.sdate, INTERVAL 1 YEAR) > a.estart
|
||||
select a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,month(a.estart) startmonth
|
||||
,(a.quota - (select count(z.lectno) cnt from lect z where a.cmisno = z.cmisno and z.status in (1,2) and z.ischanged=0)) remainPeople
|
||||
,a.studyplace, e.cname studyplacename
|
||||
,case when f.cmisno = a.cmisno then 1 else 0 end isselected, d.cmno,d.pcmno,cg.cgcode
|
||||
,a.comment
|
||||
from cminningscd a
|
||||
left outer join cminning c on c.cmino = a.cmino
|
||||
left outer join cm d on d.cmno = c.cmno
|
||||
left outer join cg cg on d.cgno = cg.cgno
|
||||
left outer join comcode e on e.ccode = a.studyplace
|
||||
left outer join lect f on f.lectno = #lectno#
|
||||
where DATE_ADD(f.sdate, INTERVAL 1 YEAR) > a.estart
|
||||
<isNotNull property="cmno" prepend="and">c.cmno=#cmno#</isNotNull>
|
||||
)a
|
||||
<dynamic prepend="where">
|
||||
|
|
@ -2250,6 +2250,8 @@
|
|||
<isNotNull property="year">and year(a.sstime)=#year#</isNotNull>
|
||||
order by a.sstime,a.setime
|
||||
</select>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
<select id="cm.cminningscds.applyedu.my" parameterClass="hashtable" resultClass="cminningscd">
|
||||
select
|
||||
|
|
@ -2327,5 +2329,6 @@
|
|||
where a.cmno=#cmno# and a.isdel=0
|
||||
order by rsno<!--estkind,rno-->
|
||||
</select>
|
||||
>>>>>>> ca8967d (추가개발1)
|
||||
</statements>
|
||||
</sqlMap>
|
||||
|
|
@ -581,16 +581,16 @@
|
|||
<include refid="lectexcreate"></include>
|
||||
|
||||
select case when a.etime = 0 then 99999999 else TIMESTAMPDIFF(MINUTE, now(), date_add(ifnull(b.estart, now()), interval a.etime MINUTE)) end etime
|
||||
,a.qcount,a.evtype,a.israndqi,a.tpoint,a.isblur,a.isusebackup,a.isseq
|
||||
,b.cblock
|
||||
,c.atext,c.qseq
|
||||
,d.eqno,d.rpoint
|
||||
,e.atype,e.qtext,e.qno,e.rightcount,e.ispassspace,e.isignorecase
|
||||
,a.qcount,a.evtype,a.israndqi,a.tpoint,a.isblur,a.isusebackup,a.isseq
|
||||
,b.cblock
|
||||
,c.atext,c.qseq
|
||||
,d.eqno,d.rpoint
|
||||
,e.atype,e.qtext,e.qno,e.rightcount,e.ispassspace,e.isignorecase
|
||||
from cmex a
|
||||
inner join cm a3 on a3.cmno=a.cmno
|
||||
inner join lect a2 on a2.lectno=#lectno# and a2.userno=#userno#
|
||||
inner join lectex b on b.lectno=a2.lectno and b.exno=a.exno and b.eend is null and (a.etime = 0 or date_add(ifnull(b.estart, now()), interval a.etime MINUTE) > now())
|
||||
and ifnull(b.entercount,0) <= ifnull(a.relaylimit, 999)
|
||||
and ifnull(b.entercount,0) <= ifnull(a.relaylimit, 999)
|
||||
inner join lectexq c on c.lectno=b.lectno and c.exno=b.exno
|
||||
inner join cmexq d on d.eqno=c.eqno
|
||||
inner join question e on e.qno=d.qno
|
||||
|
|
@ -601,11 +601,11 @@
|
|||
inner join lect a2 on a2.lectno=a.lectno and a2.userno=#userno#
|
||||
inner join cmex b on b.exno=a.exno
|
||||
set
|
||||
a.estart=case when a.estart is null then now() else a.estart end
|
||||
,a.entercount=ifnull(a.entercount,0)+1
|
||||
,a.uno=#uno#
|
||||
,a.uip=#uip#
|
||||
,a.eip=#uip#
|
||||
a.estart=case when a.estart is null then now() else a.estart end
|
||||
,a.entercount=ifnull(a.entercount,0)+1
|
||||
,a.uno=#uno#
|
||||
,a.uip=#uip#
|
||||
,a.eip=#uip#
|
||||
where a.lectno=#lectno# and a.exno=#exno# and a.eend is null and ifnull(a.entercount,0) <= ifnull(b.relaylimit, 999)
|
||||
</select>
|
||||
<select id="cr.userexamquestionitem.get" parameterClass="hashtable" resultClass="questionitem">
|
||||
|
|
|
|||
|
|
@ -2887,7 +2887,7 @@
|
|||
ON b.payno = e.PAYNO
|
||||
INNER JOIN pplog f
|
||||
ON b.USERNO = e.USERNO AND b.CMNO = f.CMNO AND e.PPLNO = f.PPLNO
|
||||
WHERE b.STATUS IN(1, 2, 3)
|
||||
WHERE b.STATUS = 1
|
||||
AND (e.PSTATUS = 1 OR e.PSTATUS = 22)
|
||||
AND b.USERNO = #uno#;
|
||||
]]>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -2053,28 +2053,28 @@
|
|||
|
||||
<select id="cm.cminningscds.applyedu.lectno" parameterClass="hashtable" resultClass="cminningscd">
|
||||
select
|
||||
a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,a.studyplace,a.studyplacename,a.startmonth,a.comment
|
||||
,a.studyplace, a.studyplacename,a.remainPeople
|
||||
,a.isselected, a.cmno,a.pcmno,a.cgcode
|
||||
<!--211220.통합테스트목록(644) 이미지난 교육종료일 변경불가-->
|
||||
,case when a.estart < date_add(date_format(now() ,'%Y-%m-%d 00:00:00'),interval -1 second)
|
||||
<!--20220803
|
||||
or a.remainPeople <= 0 -->
|
||||
then 0 else 1 end isend
|
||||
a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,a.studyplace,a.studyplacename,a.startmonth,a.comment
|
||||
,a.studyplace, a.studyplacename,a.remainPeople
|
||||
,a.isselected, a.cmno,a.pcmno,a.cgcode
|
||||
<!--211220.통합테스트목록(644) 이미지난 교육종료일 변경불가-->
|
||||
,case when a.estart < date_add(date_format(now() ,'%Y-%m-%d 00:00:00'),interval -1 second)
|
||||
<!--20220803
|
||||
or a.remainPeople <= 0 -->
|
||||
then 0 else 1 end isend
|
||||
from
|
||||
(
|
||||
select a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,month(a.estart) startmonth
|
||||
,(a.quota - (select count(z.lectno) cnt from lect z where a.cmisno = z.cmisno and z.status in (1,2) and z.ischanged=0)) remainPeople
|
||||
,a.studyplace, e.cname studyplacename
|
||||
,case when f.cmisno = a.cmisno then 1 else 0 end isselected, d.cmno,d.pcmno,cg.cgcode
|
||||
,a.comment
|
||||
from cminningscd a
|
||||
left outer join cminning c on c.cmino = a.cmino
|
||||
left outer join cm d on d.cmno = c.cmno
|
||||
left outer join cg cg on d.cgno = cg.cgno
|
||||
left outer join comcode e on e.ccode = a.studyplace
|
||||
left outer join lect f on f.lectno = #lectno#
|
||||
where DATE_ADD(f.sdate, INTERVAL 1 YEAR) > a.estart
|
||||
select a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,month(a.estart) startmonth
|
||||
,(a.quota - (select count(z.lectno) cnt from lect z where a.cmisno = z.cmisno and z.status in (1,2) and z.ischanged=0)) remainPeople
|
||||
,a.studyplace, e.cname studyplacename
|
||||
,case when f.cmisno = a.cmisno then 1 else 0 end isselected, d.cmno,d.pcmno,cg.cgcode
|
||||
,a.comment
|
||||
from cminningscd a
|
||||
left outer join cminning c on c.cmino = a.cmino
|
||||
left outer join cm d on d.cmno = c.cmno
|
||||
left outer join cg cg on d.cgno = cg.cgno
|
||||
left outer join comcode e on e.ccode = a.studyplace
|
||||
left outer join lect f on f.lectno = #lectno#
|
||||
where DATE_ADD(f.sdate, INTERVAL 1 YEAR) > a.estart
|
||||
<isNotNull property="cmno" prepend="and">c.cmno=#cmno#</isNotNull>
|
||||
)a
|
||||
<dynamic prepend="where">
|
||||
|
|
@ -2250,6 +2250,8 @@
|
|||
<isNotNull property="year">and year(a.sstime)=#year#</isNotNull>
|
||||
order by a.sstime,a.setime
|
||||
</select>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
<select id="cm.cminningscds.applyedu.my" parameterClass="hashtable" resultClass="cminningscd">
|
||||
select
|
||||
|
|
@ -2327,5 +2329,6 @@
|
|||
where a.cmno=#cmno# and a.isdel=0
|
||||
order by rsno<!--estkind,rno-->
|
||||
</select>
|
||||
>>>>>>> ca8967d (추가개발1)
|
||||
</statements>
|
||||
</sqlMap>
|
||||
|
|
@ -581,16 +581,16 @@
|
|||
<include refid="lectexcreate"></include>
|
||||
|
||||
select case when a.etime = 0 then 99999999 else TIMESTAMPDIFF(MINUTE, now(), date_add(ifnull(b.estart, now()), interval a.etime MINUTE)) end etime
|
||||
,a.qcount,a.evtype,a.israndqi,a.tpoint,a.isblur,a.isusebackup,a.isseq
|
||||
,b.cblock
|
||||
,c.atext,c.qseq
|
||||
,d.eqno,d.rpoint
|
||||
,e.atype,e.qtext,e.qno,e.rightcount,e.ispassspace,e.isignorecase
|
||||
,a.qcount,a.evtype,a.israndqi,a.tpoint,a.isblur,a.isusebackup,a.isseq
|
||||
,b.cblock
|
||||
,c.atext,c.qseq
|
||||
,d.eqno,d.rpoint
|
||||
,e.atype,e.qtext,e.qno,e.rightcount,e.ispassspace,e.isignorecase
|
||||
from cmex a
|
||||
inner join cm a3 on a3.cmno=a.cmno
|
||||
inner join lect a2 on a2.lectno=#lectno# and a2.userno=#userno#
|
||||
inner join lectex b on b.lectno=a2.lectno and b.exno=a.exno and b.eend is null and (a.etime = 0 or date_add(ifnull(b.estart, now()), interval a.etime MINUTE) > now())
|
||||
and ifnull(b.entercount,0) <= ifnull(a.relaylimit, 999)
|
||||
and ifnull(b.entercount,0) <= ifnull(a.relaylimit, 999)
|
||||
inner join lectexq c on c.lectno=b.lectno and c.exno=b.exno
|
||||
inner join cmexq d on d.eqno=c.eqno
|
||||
inner join question e on e.qno=d.qno
|
||||
|
|
@ -601,11 +601,11 @@
|
|||
inner join lect a2 on a2.lectno=a.lectno and a2.userno=#userno#
|
||||
inner join cmex b on b.exno=a.exno
|
||||
set
|
||||
a.estart=case when a.estart is null then now() else a.estart end
|
||||
,a.entercount=ifnull(a.entercount,0)+1
|
||||
,a.uno=#uno#
|
||||
,a.uip=#uip#
|
||||
,a.eip=#uip#
|
||||
a.estart=case when a.estart is null then now() else a.estart end
|
||||
,a.entercount=ifnull(a.entercount,0)+1
|
||||
,a.uno=#uno#
|
||||
,a.uip=#uip#
|
||||
,a.eip=#uip#
|
||||
where a.lectno=#lectno# and a.exno=#exno# and a.eend is null and ifnull(a.entercount,0) <= ifnull(b.relaylimit, 999)
|
||||
</select>
|
||||
<select id="cr.userexamquestionitem.get" parameterClass="hashtable" resultClass="questionitem">
|
||||
|
|
|
|||
|
|
@ -2887,7 +2887,7 @@
|
|||
ON b.payno = e.PAYNO
|
||||
INNER JOIN pplog f
|
||||
ON b.USERNO = e.USERNO AND b.CMNO = f.CMNO AND e.PPLNO = f.PPLNO
|
||||
WHERE b.STATUS IN(1, 2, 3)
|
||||
WHERE b.STATUS = 1
|
||||
AND (e.PSTATUS = 1 OR e.PSTATUS = 22)
|
||||
AND b.USERNO = #uno#;
|
||||
]]>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -545,3 +545,463 @@
|
|||
2025-12-26 22:58:15,732 [892] DEBUG IBatisNet.DataMapper.Commands.DefaultPreparedCommand [(null)] - Statement Id: [cr.lectex] Types: [?param0=[Int32, System.Int32], ?param1=[Int64, System.Int64], ?param2=[Int32, System.Int32]]
|
||||
2025-12-26 22:58:15,736 [892] DEBUG IBatisNet.DataMapper.SqlMapSession [(null)] - Open Connection "16327723" to "MySQL, MySQL provider 6.10.5.0".
|
||||
2025-12-26 22:58:15,742 [892] DEBUG IBatisNet.DataMapper.SqlMapSession [(null)] - Close Connection "16327723" to "MySQL, MySQL provider 6.10.5.0".
|
||||
2025-12-26 23:33:04,227 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.adminlogin] Prepared SQL: [select userno,a.username,a.status,a.userpass, usertype,a.asno , CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!') AS char) mobile , a.logintime from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.usertype > 10 and (a.usertype <> 81 or (a.usertype = 81 and b.status=1))]
|
||||
2025-12-26 23:33:04,240 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pass.check] Prepared SQL: [select count(userno) from userpasslog where userno = ?param0 and userpass = ?param1]
|
||||
2025-12-26 23:33:04,240 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.ee] Prepared SQL: [update users set eastereggkey=FLOOR(10000000 + (RAND() * 99999999)),eetime=now() where userno= ?param0 ; select a.userno,a.eastereggkey,a.usertype,a.username ,b.subdomain from users a left outer join assign b on b.asno=a.asno and b.issite=1 and b.isdel=0 where a.userno= ?param0 ;]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usersall] Prepared SQL: [select userno,usertype,jointype,snsid,userkind,userid,userpass,username,usernameeng,gender,birthday,email,isacceptemail,mobile,isacceptmobile,telno,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile ,ccjobs,userpno,bankname,bankno,post,address1,address2,introhtml,status,exitreason,logintime,loginkey,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,uduty,slevel,edus,remotekey from users]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall] Prepared SQL: [select userno,usertype,username from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 10 second) > now(); update users set eastereggkey=null,eetime=null,loginkey= ?param2 where userno= ?param0]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall2] Prepared SQL: [select userno,usertype,username,userid from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 15 second) > now(); update users set eastereggkey=null,eetime=null,loginkey=null where userno= ?param0]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.newascode] Prepared SQL: [select ifnull(max(b.ascode),0) + 1 from (select 1 col1) a left outer join assign b on b.asno is not null]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.me] Prepared SQL: [select userno,username ,CAST(AES_DECRYPT(UNHEX(email), 'np123@!') AS char) email from users where userno= ?param0]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usercheckconfirm] Prepared SQL: [select ifnull(b.userno,0) from (select 1 col1) a left outer join usercheck b on b.userno= ?param0 and b.checkkey= ?param1 ; update usercheck set checkkey=0 where userno= ?param0]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin] Prepared SQL: [select a.userno from users a where a.userid= ?param0 and a.status=1 and a.remotekey= ?param1 ; update users set remotekey=null where userid= ?param0]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remoteloginnoauth] Prepared SQL: [select a.userno,b.subdomain from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.status=1]
|
||||
2025-12-26 23:33:04,241 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.users.assign] Prepared SQL: [select b.asno,b.asname,b.brno ,b.ceoname,b.post,b.address1,b.address2 ,b.btype,b.bkind,b.eino,b.mname ,CAST(AES_DECRYPT(UNHEX(b.mphone), 'np123@!') AS char) mphone ,CAST(AES_DECRYPT(UNHEX(b.taxemail), 'np123@!') AS char) taxemail ,b.fgnobno ,b.isjoin,b.ascode,b.astype,b.asctg,b.joindate,b.status ,c1.cname astypename,c2.cname asctgname from users a inner join assign b on b.asno = a.asno left outer join comcode c1 on c1.ccode=b.astype left outer join comcode c2 on c2.ccode=b.asctg where a.status=1 and a.userno = ?param0]
|
||||
2025-12-26 23:33:04,242 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.check.snsid] Prepared SQL: [select a.userno,a.usertype,a.jointype,a.snsid,a.userkind,a.userid,a.userpass,a.username,a.usernameeng,a.gender,a.birthday,a.email,a.isacceptemail,a.mobile,a.isacceptmobile ,a.telno,a.asno,a.pasname,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs,a.userpno,a.bankname,a.bankno,a.post,a.address1,a.address2,a.introhtml,a.status,a.exitreason ,a.logintime,a.loginkey,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime,a.kfcfyear,a.isassignuser,a.uduty,a.slevel,a.edus,a.remotekey,a.vssn,a.di,a.ci from users a where a.snsid= ?param0 and a.jointype= ?param1]
|
||||
2025-12-26 23:33:04,242 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.councels] Prepared SQL: [select a.bno,a.qtext,a.atext ,a.bldgcat ,b.cname bldgcatname ,a.cdt,c.username coname,c.userid coid ,row_number() over(order by a.cdt desc) rno ,count(a.cno) over() pagetotalcount from councel a inner join users c on c.userno = a.cno left outer join comcode b on b.ccode = a.bldgcat where a.userno = ?param0 and a.isdel = 0 order by a.cdt desc]
|
||||
2025-12-26 23:33:04,242 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants] Prepared SQL: [select a.userno,username,usernameeng,a.email,a.isacceptemail ,a.mobile,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2 ,a.birthday from userdormant a where a.userno = ?param0]
|
||||
2025-12-26 23:33:04,242 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.del] Prepared SQL: [select a.userno longval, regexp_replace(b.userid , '(?<=.{3}).','*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.cdt, interval 335 day) time ,b.isacceptmobile intval from userdormant a inner join users b on b.userno = a.userno where date_format(date_add(a.cdt, interval 335 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:33:04,242 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.save] Prepared SQL: [select a.userno longval, regexp_replace(a.userid , '(?<=.{3}).' , '*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.logintime, interval 335 day) time ,a.isacceptmobile intval from users a where a.usertype =1 and a.status=1 and date_format(date_add(a.logintime, interval 366 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:33:04,245 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginlog] Prepared SQL: [insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:33:04,246 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in] Prepared SQL: [insert into users(usertype,userkind,userid,userpass,username,usernameeng ,gender,email,isacceptemail,mobile,telno ,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile,ccjobs ,userpno,bankname,bankno ,post,address1,address2,introhtml,status,logintime,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,edus ,isacceptmobile,uduty,slevel,jointype,birthday,snsid,di,ci,vssn,ischkatt,authplatform,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,gender,HEX(AES_ENCRYPT( ?param6 , 'np123@!')), ?param7 ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')),HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 ,HEX(AES_ENCRYPT( ?param17 , 'np123@!')), ?param18 ,HEX(AES_ENCRYPT( ?param19 , 'np123@!')) , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,now(),null,null,null,null,null, ?param25 , ?param26 , ?param27 , ?param28 , ?param29 , ?param30 , ?param31 ,HEX(AES_ENCRYPT( ?param32 , 'np123@!')), ?param33 , ?param34 , ?param35 , ?param36 , ?param37 , ?param38 ,now(), ?param39 ,now(), ?param39 , ?param40 );]
|
||||
2025-12-26 23:33:04,248 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,248 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in] Prepared SQL: [insert into assign (ascode,isjoin,joinyear,joinprice,asname,ceoname,brno,grno,btype,bkind,salesamount,homeurl,mcount,aday,astype,asctg,askey,post,address1,address2,fgnobno,fgnobank,joindate,exitdate,status,issite,subdomain,sitename,sitelogo,sitefooter,ismain,isdel, eino,mname,mphone,taxemail,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 , ?param9 , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 , ?param17 , ?param18 , ?param19 , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,0,null,null,null,null,0,0, ?param25 , ?param26 ,HEX(AES_ENCRYPT( ?param27 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param28 , 'np123@!')) ,now(), ?param29 ,now(), ?param29 , ?param30 );]
|
||||
2025-12-26 23:33:04,248 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,248 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in] Prepared SQL: [insert into councel(userno,bldgcat,qtext,atext,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 );]
|
||||
2025-12-26 23:33:04,248 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,249 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.change.password] Prepared SQL: [UPDATE users SET userpass = ?param0 , udt = now() , status = (CASE WHEN status = 9 THEN 1 ELSE status END) , pwcalltime = null , pwcallno = null , uip = ?param1 , uno = ?param2 WHERE userid = ?param3 ; INSERT INTO userpasslog (userno, userpass, cdt, uip) SELECT ?param2 , ?param0 , NOW(), ?param1 FROM (SELECT 1) a LEFT OUTER JOIN userpasslog b ON b.userno = ?param2 WHERE b.userno IS NULL; UPDATE userpasslog SET userpass = ?param0 WHERE userno = ?param2 ;]
|
||||
2025-12-26 23:33:04,250 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.insert] Prepared SQL: [insert into userdormant(userno,username,usernameeng,email,isacceptemail,mobile ,telno,userpno,bankno,post,address1,address2,birthday,cdt) select a.userno,a.username,a.usernameeng,a.email,a.isacceptemail,a.mobile ,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2, a.birthday,now() cdt from users a left outer join userdormant b on b.userno = a.userno where date_add(a.logintime,interval 1 year) < now(); and a.status != 99 update users set udt=now(),uno= ?param0 ,uip= ?param1 ,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,status=8 where date_add(a.logintime,interval 1 year) < now(); and a.status != 99]
|
||||
2025-12-26 23:33:04,251 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1]
|
||||
2025-12-26 23:33:04,251 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey2] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1 ; insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param2 , ?param1 , ?param3 , ?param4 , now(), ?param5 ,now(), ?param5 , ?param6 )]
|
||||
2025-12-26 23:33:04,251 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.del] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel=1,brno=null where asno= ?param2]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.in] Prepared SQL: [insert into assignman (asno,mtype,jtype,depart,mname,position,telno,mobile,fax,email,post,address1,address2,isdel,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,HEX(AES_ENCRYPT( ?param6 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 ,0,now(), ?param13 ,now(), ?param13 , ?param14 )]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.up] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,mtype = ?param2 ,jtype = ?param3 ,depart = ?param4 ,mname = ?param5 ,position= ?param6 ,telno =HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,mobile =HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,fax =HEX(AES_ENCRYPT( ?param9 , 'np123@!')) ,email =HEX(AES_ENCRYPT( ?param10 , 'np123@!')) ,post = ?param11 ,address1= ?param12 ,address2= ?param13 where asmno= ?param14]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.del] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where asmno= ?param2]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.in] Prepared SQL: [insert into assignfee (asno,fyear,fprice,fdate,fmemo,status,cdt,cno,udt,uno,uip) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select 1 col1) a left outer join assignfee b on b.asno= ?param0 and b.fyear= ?param1 where b.asno is null]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.up] Prepared SQL: [update assignfee set udt=now(),uno= ?param0 ,uip= ?param1 ,fprice= ?param2 ,fdate = ?param3 ,fmemo = ?param4 ,status= ?param5 where asno= ?param6 and fyear= ?param7]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.del] Prepared SQL: [delete from assignfee where asno= ?param0 and fyear= ?param1]
|
||||
2025-12-26 23:33:04,253 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignsite.save] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,issite= ?param2 ,subdomain= ?param3 ,sitename= ?param4 ,siteip= ?param5 ,sitelogo= ?param6 ,sitefooter= ?param7 where asno= ?param8]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.asno.save] Prepared SQL: [update users set asno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pwcalltime] Prepared SQL: [update users set pwcalltime=now(),pwcallno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.resetuser] Prepared SQL: [update users set userpass = ?param0 , pwcalltime = null , pwcallno = null , status = (CASE WHEN status = 9 THEN 1 ELSE status END) where userno= ?param1 and pwcalltime is not null and pwcallno= ?param2 and date_add(pwcalltime, interval 24 hour) > now()]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.exit] Prepared SQL: [UPDATE users SET udt=now(),uno= ?param0 ,uip= ?param1 , status = ?param2 WHERE userno= ?param3]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.leave.register] Prepared SQL: [INSERT INTO userleave ( userno, userid, status, levdate, uno, uip ) SELECT u.userno, u.userid, 0 AS status, NOW() AS levdate, u.uno, u.uip FROM users u WHERE u.status = ?param0 AND u.userno = ?param1]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin.set] Prepared SQL: [update users a inner join assign b on b.asno=a.asno and b.siteip like concat('%', ?param0 ,'%') set a.remotekey= ?param1 where a.userid= ?param2 and a.status=1]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.snslink.up] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,snsid= ?param2 ,jointype= ?param3 where userno= ?param4]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.up] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,bldgcat = ?param2 ,qtext = ?param3 ,atext = ?param4 where bno= ?param5]
|
||||
2025-12-26 23:33:04,254 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.del] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where bno = ?param2]
|
||||
2025-12-26 23:33:04,255 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.up.asno] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,asno = ?param2 where userno= ?param3]
|
||||
2025-12-26 23:33:04,255 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.del] Prepared SQL: [update users a left outer join userdormant b on b.userno = a.userno set set udt=now(),uno= ?param0 ,uip= ?param1 ,status = 99,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,di=null,ci=null,vssn=null,authplatform=0 where date_add(b.cdt,interval 1 year) < now(); delete from userdormant where date_add(cdt,interval 1 year) < now();]
|
||||
2025-12-26 23:33:04,275 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.loginkey] Prepared SQL: [select a.userno dtype from users a where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0)]
|
||||
2025-12-26 23:33:04,275 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.admin] Prepared SQL: [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-26 23:33:04,276 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.front] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2 from ( select a.userno dtype,count(b.mno) intval,0 intval2 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) group by a.userno ) a group by a.dtype]
|
||||
2025-12-26 23:33:04,276 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11,sum(a.intval12) intval12 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11,b.cshape intval12 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype]
|
||||
2025-12-26 23:33:04,276 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom.subdomain] Prepared SQL: [select a.*,b.asname strval4,c.fileurl from ( select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype ) a inner join assign b on b.subdomain= ?param4 left outer join fileinfo c on c.fgno=b.sitelogo]
|
||||
2025-12-26 23:33:04,277 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.basecomments] Prepared SQL: [select a.cmtno,a.pcmtno,a.tcmtno,a.baseno,a.cdepth,a.memo,a.memotype,a.fgno,a.cdt,a.udt, a.isdel,a.cno ,b.orgname, b.fileurl, b.fileno ,c.username from cmt a inner join users c on c.userno=a.cno left outer join fileinfo b on b.fgno=a.fgno and b.isdel=0 where a.cmttype= ?param0 and a.baseno= ?param1 order by a.cdt desc]
|
||||
2025-12-26 23:33:04,277 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get] Prepared SQL: [select a.sendno,a.ehtml,a.etitle from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0]
|
||||
2025-12-26 23:33:04,277 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get2] Prepared SQL: [select a.sendno,a.etitle,a.rcvs,ifnull(a.sendeds, ' ') sendeds,ifnull(group_concat(b.email separator ';'), ' ') bans from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0 group by a.sendno,a.rcvs,a.etitle,a.sendeds]
|
||||
2025-12-26 23:33:04,277 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.list.rcvnot] Prepared SQL: [select count(a.mno) from memouser a where a.userno= ?param0 and and a.isread=0 and a.isdel=0]
|
||||
2025-12-26 23:33:04,277 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smssend.get] Prepared SQL: [select c.asname,b.usertype,b.username ,CAST(AES_DECRYPT(UNHEX(b.mobile), 'np123@!') AS char) mobile ,a.smstype,a.isok ,row_number() over(order by b.username) rno, count(a.cno) over() pagetotalcount from smsuser a inner join users b on b.userno=a.userno left outer join assign c on c.asno=b.asno where a.mno= ?param0 order by b.username]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.home] Prepared SQL: [select b.cnt intval ,c.cnt0 intval2 ,c.cnt1 intval3 ,d.cnt intval4 ,e.cnt intval5 ,f.cnt intval6 ,(SELECT COUNT(*) FROM userleave WHERE status = 0) intval7 from (select 1 col1) a left outer join (select count(mno) cnt from memouser where userno= ?param0 and isread=0 and isdel=0) b on 1=1 left outer join ( select sum(case when a.bmposition=0 then 1 else 0 end) cnt0,sum(case when a.bmposition=1 and b.cmno is not null then 1 else 0 end) cnt1 from boardmaster a inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.isopen=1 left outer join board c on c.pbno=b.bno and c.isdel=0 where a.bmtype=2 and a.isopen=1 and c.bno is null and a.disptype=0 ) c on 1=1 left outer join ( select count(a.rfdno) cnt from payrfd a left outer join pay b on b.payno = a.payno where a.rstatus=0 and b.rstatus=0 ) d on 1=1 left outer join ( select count(a.payno) cnt from paydvr a inner join pay b on b.payno=a.payno and b.pstatus=1 and b.rstatus=0 inner join payitem c on c.payno = b.payno inner join book bb on bb.bkno=c.itemno where a.dvrcode is null and a.isdvr=1 ) e on 1=1 left outer join ( select count(a.payno) cnt from paytax a where a.ischeck=0 ) f on 1=1]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey] Prepared SQL: [select jobkey from authkey where authtype= ?param0 and userno= ?param1 and randkey= ?param2 and keytime > now()]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check1] Prepared SQL: [select ctno intval,ismenu intval2,ctype intval3,ccode strval from ct where ctno= ?param0 and authkey= ?param1 ; update ct set authkey=null where ctno= ?param0]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check2] Prepared SQL: [select qno intval from question where qno= ?param0 and authkey= ?param1 ; update question set authkey=null where qno= ?param0]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.chk] Prepared SQL: [select authno intval,lectno intval2,latime time,lakey strval from smsauth where authno = ?param0]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in] Prepared SQL: [insert into emailsend(etitle,semail,ehtml,fgno,cmno,rcvs,reademails,rcvcount,readcount,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 ,now(), ?param9 ,now(), ?param9 , ?param10 )]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in] Prepared SQL: [insert into sms(cmno,mcontents,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 ,now(), ?param2 ,now(), ?param2 , ?param3 );]
|
||||
2025-12-26 23:33:04,278 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,286 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth] Prepared SQL: [insert into smsauth(latime,lakey,lectno) values(now(), ?param0 , ?param1 );]
|
||||
2025-12-26 23:33:04,286 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,286 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2] Prepared SQL: [insert into smsauth(latime,lakey,userno, lectno) values(now(), ?param0 , ?param1 , 0);]
|
||||
2025-12-26 23:33:04,286 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,287 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.atalk.send] Prepared SQL: [insert into MTS_ATALK_MSG (TRAN_SENDER_KEY,TRAN_TMPL_CD,TRAN_CALLBACK,TRAN_PHONE,TRAN_SUBJECT,TRAN_MSG,TRAN_DATE,TRAN_TYPE,TRAN_STATUS,TRAN_REPLACE_TYPE,TRAN_REPLACE_MSG) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(),5,'1', ?param6 , ?param5 );]
|
||||
2025-12-26 23:33:04,287 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.comment.delete] Prepared SQL: [update cmt set isdel=1 where cmtno= ?param0 and ( ?param1 is not null or cno= ?param2 );]
|
||||
2025-12-26 23:33:04,287 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsendok] Prepared SQL: [update emailsend set isdel=0,readcount= ?param0 ,sendeds= ?param1 where sendno= ?param2]
|
||||
2025-12-26 23:33:04,287 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteR] Prepared SQL: [update memouser set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where userno= ?param0]
|
||||
2025-12-26 23:33:04,287 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteS] Prepared SQL: [update memo set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where cno= ?param0]
|
||||
2025-12-26 23:33:04,289 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.save] Prepared SQL: [update authkey set jobkey= ?param0 ,randkey= ?param1 ,keytime=date_add(now(), interval 1 minute) where authtype= ?param2 and userno= ?param3 ; insert into authkey (authtype,userno,jobkey,randkey,keytime) select a.authtype,a.userno,a.jobkey,a.randkey,date_add(now(), interval 1 minute) from (select ?param2 authtype, ?param3 userno, ?param0 jobkey, ?param1 randkey) a left outer join authkey b on b.authtype=a.authtype and b.userno=a.userno where b.authtype is null]
|
||||
2025-12-26 23:33:04,289 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.extend] Prepared SQL: [update smsauth set latime = now() where authno = ?param0]
|
||||
2025-12-26 23:33:04,291 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.error] Prepared SQL: [insert into errors (errmsg,userno) values( ?param0 , ?param1 )]
|
||||
2025-12-26 23:33:04,308 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.list] Prepared SQL: [select 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 from ( select a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, count(d.menuno) ccount, a.isuse, a.ishid from menu a left outer join menu d on d.pmenuno=a.menuno group by a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, a.isuse, a.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 order by 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-26 23:33:04,308 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authmenu] Prepared SQL: [select a.usertype, a.menuno from menuauth a where a.usertype= ?param0]
|
||||
2025-12-26 23:33:04,309 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.get] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0 and a.isdel = 0]
|
||||
2025-12-26 23:33:04,309 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.getall] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0]
|
||||
2025-12-26 23:33:04,311 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.u] Prepared SQL: [select 3 ndepth,v.ndno ncsno,v.dname ncsname,v.dcode ncscode,case when v.ndno=u.ndno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsd v on v.nbno=d.nbno where u.nuno= ?param0 union all select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where u.nuno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where u.nuno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where u.nuno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:33:04,311 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.d] Prepared SQL: [select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where d.ndno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where d.ndno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where d.ndno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:33:04,311 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.b] Prepared SQL: [select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where b.nbno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where b.nbno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:33:04,311 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.m] Prepared SQL: [select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsm m inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where m.nmno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:33:04,313 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.sales.bycm] Prepared SQL: [select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 0 intval, case b.ptype when 2 then '교재' when 3 then '시험' else '강좌' end strval,'매출' strval2 ,sum(case when month(a.payoktime)=1 then b.payamt else 0 end) longval ,sum(case when month(a.payoktime)=2 then b.payamt else 0 end) longval2 ,sum(case when month(a.payoktime)=3 then b.payamt else 0 end) longval3 ,sum(case when month(a.payoktime)=4 then b.payamt else 0 end) longval4 ,sum(case when month(a.payoktime)=5 then b.payamt else 0 end) longval5 ,sum(case when month(a.payoktime)=6 then b.payamt else 0 end) longval6 ,sum(case when month(a.payoktime)=7 then b.payamt else 0 end) longval7 ,sum(case when month(a.payoktime)=8 then b.payamt else 0 end) longval8 ,sum(case when month(a.payoktime)=9 then b.payamt else 0 end) longval9 ,sum(case when month(a.payoktime)=10 then b.payamt else 0 end) longval10 ,sum(case when month(a.payoktime)=11 then b.payamt else 0 end) longval11 ,sum(case when month(a.payoktime)=12 then b.payamt else 0 end) longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 where year(a.payoktime)= ?param0 and a.pstatus=1 group by b.ptype,month(a.payoktime) union all select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 1 intval, '','환불' strval ,(case when month(b.refundtime)=1 then b.refundamt else 0 end) * -1 longval ,(case when month(b.refundtime)=2 then b.refundamt else 0 end) * -1 longval2 ,(case when month(b.refundtime)=3 then b.refundamt else 0 end) * -1 longval3 ,(case when month(b.refundtime)=4 then b.refundamt else 0 end) * -1 longval4 ,(case when month(b.refundtime)=5 then b.refundamt else 0 end) * -1 longval5 ,(case when month(b.refundtime)=6 then b.refundamt else 0 end) * -1 longval6 ,(case when month(b.refundtime)=7 then b.refundamt else 0 end) * -1 longval7 ,(case when month(b.refundtime)=8 then b.refundamt else 0 end) * -1 longval8 ,(case when month(b.refundtime)=9 then b.refundamt else 0 end) * -1 longval9 ,(case when month(b.refundtime)=10 then b.refundamt else 0 end) * -1 longval10 ,(case when month(b.refundtime)=11 then b.refundamt else 0 end) * -1 longval11 ,(case when month(b.refundtime)=12 then b.refundamt else 0 end) * -1 longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 and b.rstatus > 0 and b.refundtime is not null and year(b.refundtime)= ?param0 where a.pstatus=1 and a.rstatus > 0 group by b.ptype,month(b.refundtime) order by dtype,intval]
|
||||
2025-12-26 23:33:04,316 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.cmcalc.print] Prepared SQL: [select a.cmno,a.feeloc,a.feebkpr,a.feebrt,a.feemat,a.feefoo,a.feeetc,a.prtcnt ,b.cname,b.classno,b.sstime,b.setime ,c.pfee ,d.username,CAST(AES_DECRYPT(UNHEX(d.userpno), 'np123@!') AS char) userpno,d.bankname,CAST(AES_DECRYPT(UNHEX(d.bankno), 'np123@!') AS char) bankno,d.post,d.address1,d.address2 ,row_number() over(order by d.username) rno from cmcalc a inner join cm b on b.cmno=a.cmno inner join cmprof c on c.cmno=b.cmno inner join users d on d.userno=c.userno where a.cmno= ?param0 order by rno]
|
||||
2025-12-26 23:33:04,316 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.npsystem] Prepared SQL: [select count(b.daokey) from (select 1 col1) a left outer join npsystem b on b.daokey= ?param0]
|
||||
2025-12-26 23:33:04,316 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.t] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval, count(m.nmno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno where t.ntno= ?param0 union all select 0 intval,count(b.nbno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno where t.ntno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where t.ntno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where t.ntno= ?param0 ) a]
|
||||
2025-12-26 23:33:04,316 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.m] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval,count(b.nbno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno where m.nmno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where m.nmno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where m.nmno= ?param0 ) a]
|
||||
2025-12-26 23:33:04,316 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.b] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where b.nbno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where b.nbno= ?param0 ) a]
|
||||
2025-12-26 23:33:04,316 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.d] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,0 intval2 from ncsd d left outer join cmncsd cmd on cmd.ndno=d.ndno where d.ndno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsd d left outer join ncsu u on u.ndno=d.ndno where d.ndno= ?param0 ) a]
|
||||
2025-12-26 23:33:04,317 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert] Prepared SQL: [insert into menu(menuname,pmenuno,menuurl,menulevel,menuorder,isuse,ishid,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,ifnull( ?param2 ,''),ifnull(c.menulevel, -1) + 1, ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select ?param8 menuno) a left outer join menu b on b.menuno=a.menuno left outer join menu c on c.menuno= ?param1 where b.menuno is null]
|
||||
2025-12-26 23:33:04,317 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert.SelectKey] Prepared SQL: [select last_insert_id()]
|
||||
2025-12-26 23:33:04,318 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert] Prepared SQL: [INSERT INTO filegroup (tablename,columnname, cdt,cno,udt,uno,uip) VALUES ( ?param0 , ?param1 , cdt,cno,udt,uno,uip)]
|
||||
2025-12-26 23:33:04,318 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,318 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in] Prepared SQL: [insert into okcert3log (gubn, ret, reason, sn, rsltcd, rslt, dt) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , now()]
|
||||
2025-12-26 23:33:04,318 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:33:04,318 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.save] Prepared SQL: [insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select max(usertype)+1, ?param0 ,1,0,now(), ?param1 ,now(), ?param1 , ?param2 from menuauth]
|
||||
2025-12-26 23:33:04,318 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authname.save] Prepared SQL: [update menuauth set authname= ?param0 where usertype= ?param1]
|
||||
2025-12-26 23:33:04,319 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.del] Prepared SQL: [delete a from menuauth a left outer join( select count(userno) usercnt,usertype from users where usertype = ?param0 group by usertype )b on b.usertype = a.usertype where a.usertype = ?param0 and (b.usercnt < 1 or b.usercnt is null); insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select * from ( select ?param0 usertype, ?param1 authname,1 menuno,0 isdel,now() cdt, ?param2 cno,now() udt, ?param2 uno, ?param3 uip ) a where not exists( select usertype,authname,menuno from menuauth where usertype = ?param0 and menuno = 1 ); update menuauth a left outer join ( select count(userno) usercnt,usertype from users where usertype = ?param0 and status=1 group by usertype ) b on b.usertype = a.usertype set isdel=1 where a.usertype= ?param0 and (b.usercnt < 1 or b.usercnt is null);]
|
||||
2025-12-26 23:33:04,319 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.chageposition] Prepared SQL: [update menu a left outer join menu b on b.menuno= ?param0 left outer join menu c on c.menuno= ?param1 set a.pmenuno= ?param1 , a.menuorder = ifnull(b.menuorder, -1) + 1, a.menulevel=c.menulevel + 1 , a.udt=now(), a.uno= ?param2 , a.uip= ?param3 where a.menuno= ?param4]
|
||||
2025-12-26 23:33:04,319 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.update] Prepared SQL: [update menu a left outer join (select menulevel from menu where menuno= ?param0 ) b on 1 = 1 set udt=now(), uno= ?param1 , uip= ?param2 ,menuname= ?param3 , pmenuno= ?param0 , menuurl=ifnull( ?param4 , ''),a.menulevel=b.menulevel + 1,menuorder= ?param5 ,isuse= ?param6 ,ishid= ?param7 where a.menuno= ?param8 ;]
|
||||
2025-12-26 23:33:04,319 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.delete] Prepared SQL: [delete from menuauth where menuno= ?param0 ; delete from menu where menuno= ?param0]
|
||||
2025-12-26 23:33:04,319 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.down] Prepared SQL: [update fileinfo set dcount = dcount + 1 where fileno= ?param0]
|
||||
2025-12-26 23:33:04,319 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fileno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:33:04,320 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del2] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fgno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:33:04,320 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.in] Prepared SQL: [insert into ncst (ntype,tcode,tname,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 )]
|
||||
2025-12-26 23:33:04,320 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.up] Prepared SQL: [update ncst set udt=now(),uno= ?param0 ,uip= ?param1 ,tcode= ?param2 ,tname= ?param3 where ntno= ?param4]
|
||||
2025-12-26 23:33:04,321 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.actlog.set] Prepared SQL: [insert into actlog (logtype,logtarget,userno,logdata,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:33:04,322 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:33:04,322 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set2] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,a.usertype, ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 from users a where a.userno= ?param1 and a.usertype <> ?param2]
|
||||
2025-12-26 23:33:04,322 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.kcblog.in] Prepared SQL: [insert into kcblog (cdt,cp_cd,mobile,vssn,logmsg) values(now(), ?param0 ,case when ?param1 is not null then HEX(AES_ENCRYPT( ?param1 , 'np123@!')) else null end , ?param2 , ?param3 );]
|
||||
2025-12-26 23:33:04,323 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [excellog.in] Prepared SQL: [INSERT INTO exceldownlog (userno, userid, username, actiontime, position, comment, userip) SELECT userno, userid, username, sysdate(), ?param0 , ?param1 , ?param2 FROM users where userno = ?param3]
|
||||
2025-12-26 23:34:09,377 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.adminlogin] Prepared SQL: [select userno,a.username,a.status,a.userpass, usertype,a.asno , CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!') AS char) mobile , a.logintime from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.usertype > 10 and (a.usertype <> 81 or (a.usertype = 81 and b.status=1))]
|
||||
2025-12-26 23:34:09,379 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pass.check] Prepared SQL: [select count(userno) from userpasslog where userno = ?param0 and userpass = ?param1]
|
||||
2025-12-26 23:34:09,379 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.ee] Prepared SQL: [update users set eastereggkey=FLOOR(10000000 + (RAND() * 99999999)),eetime=now() where userno= ?param0 ; select a.userno,a.eastereggkey,a.usertype,a.username ,b.subdomain from users a left outer join assign b on b.asno=a.asno and b.issite=1 and b.isdel=0 where a.userno= ?param0 ;]
|
||||
2025-12-26 23:34:09,379 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usersall] Prepared SQL: [select userno,usertype,jointype,snsid,userkind,userid,userpass,username,usernameeng,gender,birthday,email,isacceptemail,mobile,isacceptmobile,telno,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile ,ccjobs,userpno,bankname,bankno,post,address1,address2,introhtml,status,exitreason,logintime,loginkey,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,uduty,slevel,edus,remotekey from users]
|
||||
2025-12-26 23:34:09,379 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall] Prepared SQL: [select userno,usertype,username from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 10 second) > now(); update users set eastereggkey=null,eetime=null,loginkey= ?param2 where userno= ?param0]
|
||||
2025-12-26 23:34:09,379 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall2] Prepared SQL: [select userno,usertype,username,userid from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 15 second) > now(); update users set eastereggkey=null,eetime=null,loginkey=null where userno= ?param0]
|
||||
2025-12-26 23:34:09,380 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.newascode] Prepared SQL: [select ifnull(max(b.ascode),0) + 1 from (select 1 col1) a left outer join assign b on b.asno is not null]
|
||||
2025-12-26 23:34:09,380 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.me] Prepared SQL: [select userno,username ,CAST(AES_DECRYPT(UNHEX(email), 'np123@!') AS char) email from users where userno= ?param0]
|
||||
2025-12-26 23:34:09,380 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usercheckconfirm] Prepared SQL: [select ifnull(b.userno,0) from (select 1 col1) a left outer join usercheck b on b.userno= ?param0 and b.checkkey= ?param1 ; update usercheck set checkkey=0 where userno= ?param0]
|
||||
2025-12-26 23:34:09,381 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin] Prepared SQL: [select a.userno from users a where a.userid= ?param0 and a.status=1 and a.remotekey= ?param1 ; update users set remotekey=null where userid= ?param0]
|
||||
2025-12-26 23:34:09,381 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remoteloginnoauth] Prepared SQL: [select a.userno,b.subdomain from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.status=1]
|
||||
2025-12-26 23:34:09,381 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.users.assign] Prepared SQL: [select b.asno,b.asname,b.brno ,b.ceoname,b.post,b.address1,b.address2 ,b.btype,b.bkind,b.eino,b.mname ,CAST(AES_DECRYPT(UNHEX(b.mphone), 'np123@!') AS char) mphone ,CAST(AES_DECRYPT(UNHEX(b.taxemail), 'np123@!') AS char) taxemail ,b.fgnobno ,b.isjoin,b.ascode,b.astype,b.asctg,b.joindate,b.status ,c1.cname astypename,c2.cname asctgname from users a inner join assign b on b.asno = a.asno left outer join comcode c1 on c1.ccode=b.astype left outer join comcode c2 on c2.ccode=b.asctg where a.status=1 and a.userno = ?param0]
|
||||
2025-12-26 23:34:09,381 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.check.snsid] Prepared SQL: [select a.userno,a.usertype,a.jointype,a.snsid,a.userkind,a.userid,a.userpass,a.username,a.usernameeng,a.gender,a.birthday,a.email,a.isacceptemail,a.mobile,a.isacceptmobile ,a.telno,a.asno,a.pasname,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs,a.userpno,a.bankname,a.bankno,a.post,a.address1,a.address2,a.introhtml,a.status,a.exitreason ,a.logintime,a.loginkey,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime,a.kfcfyear,a.isassignuser,a.uduty,a.slevel,a.edus,a.remotekey,a.vssn,a.di,a.ci from users a where a.snsid= ?param0 and a.jointype= ?param1]
|
||||
2025-12-26 23:34:09,381 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.councels] Prepared SQL: [select a.bno,a.qtext,a.atext ,a.bldgcat ,b.cname bldgcatname ,a.cdt,c.username coname,c.userid coid ,row_number() over(order by a.cdt desc) rno ,count(a.cno) over() pagetotalcount from councel a inner join users c on c.userno = a.cno left outer join comcode b on b.ccode = a.bldgcat where a.userno = ?param0 and a.isdel = 0 order by a.cdt desc]
|
||||
2025-12-26 23:34:09,382 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants] Prepared SQL: [select a.userno,username,usernameeng,a.email,a.isacceptemail ,a.mobile,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2 ,a.birthday from userdormant a where a.userno = ?param0]
|
||||
2025-12-26 23:34:09,382 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.del] Prepared SQL: [select a.userno longval, regexp_replace(b.userid , '(?<=.{3}).','*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.cdt, interval 335 day) time ,b.isacceptmobile intval from userdormant a inner join users b on b.userno = a.userno where date_format(date_add(a.cdt, interval 335 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:34:09,382 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.save] Prepared SQL: [select a.userno longval, regexp_replace(a.userid , '(?<=.{3}).' , '*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.logintime, interval 335 day) time ,a.isacceptmobile intval from users a where a.usertype =1 and a.status=1 and date_format(date_add(a.logintime, interval 366 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:34:09,382 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginlog] Prepared SQL: [insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:34:09,382 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in] Prepared SQL: [insert into users(usertype,userkind,userid,userpass,username,usernameeng ,gender,email,isacceptemail,mobile,telno ,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile,ccjobs ,userpno,bankname,bankno ,post,address1,address2,introhtml,status,logintime,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,edus ,isacceptmobile,uduty,slevel,jointype,birthday,snsid,di,ci,vssn,ischkatt,authplatform,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,gender,HEX(AES_ENCRYPT( ?param6 , 'np123@!')), ?param7 ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')),HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 ,HEX(AES_ENCRYPT( ?param17 , 'np123@!')), ?param18 ,HEX(AES_ENCRYPT( ?param19 , 'np123@!')) , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,now(),null,null,null,null,null, ?param25 , ?param26 , ?param27 , ?param28 , ?param29 , ?param30 , ?param31 ,HEX(AES_ENCRYPT( ?param32 , 'np123@!')), ?param33 , ?param34 , ?param35 , ?param36 , ?param37 , ?param38 ,now(), ?param39 ,now(), ?param39 , ?param40 );]
|
||||
2025-12-26 23:34:09,383 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,383 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in] Prepared SQL: [insert into assign (ascode,isjoin,joinyear,joinprice,asname,ceoname,brno,grno,btype,bkind,salesamount,homeurl,mcount,aday,astype,asctg,askey,post,address1,address2,fgnobno,fgnobank,joindate,exitdate,status,issite,subdomain,sitename,sitelogo,sitefooter,ismain,isdel, eino,mname,mphone,taxemail,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 , ?param9 , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 , ?param17 , ?param18 , ?param19 , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,0,null,null,null,null,0,0, ?param25 , ?param26 ,HEX(AES_ENCRYPT( ?param27 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param28 , 'np123@!')) ,now(), ?param29 ,now(), ?param29 , ?param30 );]
|
||||
2025-12-26 23:34:09,383 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,383 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in] Prepared SQL: [insert into councel(userno,bldgcat,qtext,atext,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 );]
|
||||
2025-12-26 23:34:09,383 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,383 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.change.password] Prepared SQL: [UPDATE users SET userpass = ?param0 , udt = now() , status = (CASE WHEN status = 9 THEN 1 ELSE status END) , pwcalltime = null , pwcallno = null , uip = ?param1 , uno = ?param2 WHERE userid = ?param3 ; INSERT INTO userpasslog (userno, userpass, cdt, uip) SELECT ?param2 , ?param0 , NOW(), ?param1 FROM (SELECT 1) a LEFT OUTER JOIN userpasslog b ON b.userno = ?param2 WHERE b.userno IS NULL; UPDATE userpasslog SET userpass = ?param0 WHERE userno = ?param2 ;]
|
||||
2025-12-26 23:34:09,384 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.insert] Prepared SQL: [insert into userdormant(userno,username,usernameeng,email,isacceptemail,mobile ,telno,userpno,bankno,post,address1,address2,birthday,cdt) select a.userno,a.username,a.usernameeng,a.email,a.isacceptemail,a.mobile ,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2, a.birthday,now() cdt from users a left outer join userdormant b on b.userno = a.userno where date_add(a.logintime,interval 1 year) < now(); and a.status != 99 update users set udt=now(),uno= ?param0 ,uip= ?param1 ,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,status=8 where date_add(a.logintime,interval 1 year) < now(); and a.status != 99]
|
||||
2025-12-26 23:34:09,385 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1]
|
||||
2025-12-26 23:34:09,385 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey2] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1 ; insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param2 , ?param1 , ?param3 , ?param4 , now(), ?param5 ,now(), ?param5 , ?param6 )]
|
||||
2025-12-26 23:34:09,385 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.del] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel=1,brno=null where asno= ?param2]
|
||||
2025-12-26 23:34:09,386 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.in] Prepared SQL: [insert into assignman (asno,mtype,jtype,depart,mname,position,telno,mobile,fax,email,post,address1,address2,isdel,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,HEX(AES_ENCRYPT( ?param6 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 ,0,now(), ?param13 ,now(), ?param13 , ?param14 )]
|
||||
2025-12-26 23:34:09,386 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.up] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,mtype = ?param2 ,jtype = ?param3 ,depart = ?param4 ,mname = ?param5 ,position= ?param6 ,telno =HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,mobile =HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,fax =HEX(AES_ENCRYPT( ?param9 , 'np123@!')) ,email =HEX(AES_ENCRYPT( ?param10 , 'np123@!')) ,post = ?param11 ,address1= ?param12 ,address2= ?param13 where asmno= ?param14]
|
||||
2025-12-26 23:34:09,386 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.del] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where asmno= ?param2]
|
||||
2025-12-26 23:34:09,386 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.in] Prepared SQL: [insert into assignfee (asno,fyear,fprice,fdate,fmemo,status,cdt,cno,udt,uno,uip) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select 1 col1) a left outer join assignfee b on b.asno= ?param0 and b.fyear= ?param1 where b.asno is null]
|
||||
2025-12-26 23:34:09,386 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.up] Prepared SQL: [update assignfee set udt=now(),uno= ?param0 ,uip= ?param1 ,fprice= ?param2 ,fdate = ?param3 ,fmemo = ?param4 ,status= ?param5 where asno= ?param6 and fyear= ?param7]
|
||||
2025-12-26 23:34:09,386 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.del] Prepared SQL: [delete from assignfee where asno= ?param0 and fyear= ?param1]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignsite.save] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,issite= ?param2 ,subdomain= ?param3 ,sitename= ?param4 ,siteip= ?param5 ,sitelogo= ?param6 ,sitefooter= ?param7 where asno= ?param8]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.asno.save] Prepared SQL: [update users set asno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pwcalltime] Prepared SQL: [update users set pwcalltime=now(),pwcallno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.resetuser] Prepared SQL: [update users set userpass = ?param0 , pwcalltime = null , pwcallno = null , status = (CASE WHEN status = 9 THEN 1 ELSE status END) where userno= ?param1 and pwcalltime is not null and pwcallno= ?param2 and date_add(pwcalltime, interval 24 hour) > now()]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.exit] Prepared SQL: [UPDATE users SET udt=now(),uno= ?param0 ,uip= ?param1 , status = ?param2 WHERE userno= ?param3]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.leave.register] Prepared SQL: [INSERT INTO userleave ( userno, userid, status, levdate, uno, uip ) SELECT u.userno, u.userid, 0 AS status, NOW() AS levdate, u.uno, u.uip FROM users u WHERE u.status = ?param0 AND u.userno = ?param1]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin.set] Prepared SQL: [update users a inner join assign b on b.asno=a.asno and b.siteip like concat('%', ?param0 ,'%') set a.remotekey= ?param1 where a.userid= ?param2 and a.status=1]
|
||||
2025-12-26 23:34:09,387 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.snslink.up] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,snsid= ?param2 ,jointype= ?param3 where userno= ?param4]
|
||||
2025-12-26 23:34:09,389 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.up] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,bldgcat = ?param2 ,qtext = ?param3 ,atext = ?param4 where bno= ?param5]
|
||||
2025-12-26 23:34:09,389 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.del] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where bno = ?param2]
|
||||
2025-12-26 23:34:09,389 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.up.asno] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,asno = ?param2 where userno= ?param3]
|
||||
2025-12-26 23:34:09,389 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.del] Prepared SQL: [update users a left outer join userdormant b on b.userno = a.userno set set udt=now(),uno= ?param0 ,uip= ?param1 ,status = 99,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,di=null,ci=null,vssn=null,authplatform=0 where date_add(b.cdt,interval 1 year) < now(); delete from userdormant where date_add(cdt,interval 1 year) < now();]
|
||||
2025-12-26 23:34:09,390 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.loginkey] Prepared SQL: [select a.userno dtype from users a where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0)]
|
||||
2025-12-26 23:34:09,391 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.admin] Prepared SQL: [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-26 23:34:09,391 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.front] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2 from ( select a.userno dtype,count(b.mno) intval,0 intval2 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) group by a.userno ) a group by a.dtype]
|
||||
2025-12-26 23:34:09,391 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11,sum(a.intval12) intval12 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11,b.cshape intval12 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype]
|
||||
2025-12-26 23:34:09,392 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom.subdomain] Prepared SQL: [select a.*,b.asname strval4,c.fileurl from ( select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype ) a inner join assign b on b.subdomain= ?param4 left outer join fileinfo c on c.fgno=b.sitelogo]
|
||||
2025-12-26 23:34:09,392 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.basecomments] Prepared SQL: [select a.cmtno,a.pcmtno,a.tcmtno,a.baseno,a.cdepth,a.memo,a.memotype,a.fgno,a.cdt,a.udt, a.isdel,a.cno ,b.orgname, b.fileurl, b.fileno ,c.username from cmt a inner join users c on c.userno=a.cno left outer join fileinfo b on b.fgno=a.fgno and b.isdel=0 where a.cmttype= ?param0 and a.baseno= ?param1 order by a.cdt desc]
|
||||
2025-12-26 23:34:09,392 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get] Prepared SQL: [select a.sendno,a.ehtml,a.etitle from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0]
|
||||
2025-12-26 23:34:09,392 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get2] Prepared SQL: [select a.sendno,a.etitle,a.rcvs,ifnull(a.sendeds, ' ') sendeds,ifnull(group_concat(b.email separator ';'), ' ') bans from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0 group by a.sendno,a.rcvs,a.etitle,a.sendeds]
|
||||
2025-12-26 23:34:09,392 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.list.rcvnot] Prepared SQL: [select count(a.mno) from memouser a where a.userno= ?param0 and and a.isread=0 and a.isdel=0]
|
||||
2025-12-26 23:34:09,393 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smssend.get] Prepared SQL: [select c.asname,b.usertype,b.username ,CAST(AES_DECRYPT(UNHEX(b.mobile), 'np123@!') AS char) mobile ,a.smstype,a.isok ,row_number() over(order by b.username) rno, count(a.cno) over() pagetotalcount from smsuser a inner join users b on b.userno=a.userno left outer join assign c on c.asno=b.asno where a.mno= ?param0 order by b.username]
|
||||
2025-12-26 23:34:09,393 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.home] Prepared SQL: [select b.cnt intval ,c.cnt0 intval2 ,c.cnt1 intval3 ,d.cnt intval4 ,e.cnt intval5 ,f.cnt intval6 ,(SELECT COUNT(*) FROM userleave WHERE status = 0) intval7 from (select 1 col1) a left outer join (select count(mno) cnt from memouser where userno= ?param0 and isread=0 and isdel=0) b on 1=1 left outer join ( select sum(case when a.bmposition=0 then 1 else 0 end) cnt0,sum(case when a.bmposition=1 and b.cmno is not null then 1 else 0 end) cnt1 from boardmaster a inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.isopen=1 left outer join board c on c.pbno=b.bno and c.isdel=0 where a.bmtype=2 and a.isopen=1 and c.bno is null and a.disptype=0 ) c on 1=1 left outer join ( select count(a.rfdno) cnt from payrfd a left outer join pay b on b.payno = a.payno where a.rstatus=0 and b.rstatus=0 ) d on 1=1 left outer join ( select count(a.payno) cnt from paydvr a inner join pay b on b.payno=a.payno and b.pstatus=1 and b.rstatus=0 inner join payitem c on c.payno = b.payno inner join book bb on bb.bkno=c.itemno where a.dvrcode is null and a.isdvr=1 ) e on 1=1 left outer join ( select count(a.payno) cnt from paytax a where a.ischeck=0 ) f on 1=1]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey] Prepared SQL: [select jobkey from authkey where authtype= ?param0 and userno= ?param1 and randkey= ?param2 and keytime > now()]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check1] Prepared SQL: [select ctno intval,ismenu intval2,ctype intval3,ccode strval from ct where ctno= ?param0 and authkey= ?param1 ; update ct set authkey=null where ctno= ?param0]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check2] Prepared SQL: [select qno intval from question where qno= ?param0 and authkey= ?param1 ; update question set authkey=null where qno= ?param0]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.chk] Prepared SQL: [select authno intval,lectno intval2,latime time,lakey strval from smsauth where authno = ?param0]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in] Prepared SQL: [insert into emailsend(etitle,semail,ehtml,fgno,cmno,rcvs,reademails,rcvcount,readcount,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 ,now(), ?param9 ,now(), ?param9 , ?param10 )]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in] Prepared SQL: [insert into sms(cmno,mcontents,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 ,now(), ?param2 ,now(), ?param2 , ?param3 );]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth] Prepared SQL: [insert into smsauth(latime,lakey,lectno) values(now(), ?param0 , ?param1 );]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,394 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2] Prepared SQL: [insert into smsauth(latime,lakey,userno, lectno) values(now(), ?param0 , ?param1 , 0);]
|
||||
2025-12-26 23:34:09,395 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,395 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.atalk.send] Prepared SQL: [insert into MTS_ATALK_MSG (TRAN_SENDER_KEY,TRAN_TMPL_CD,TRAN_CALLBACK,TRAN_PHONE,TRAN_SUBJECT,TRAN_MSG,TRAN_DATE,TRAN_TYPE,TRAN_STATUS,TRAN_REPLACE_TYPE,TRAN_REPLACE_MSG) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(),5,'1', ?param6 , ?param5 );]
|
||||
2025-12-26 23:34:09,395 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.comment.delete] Prepared SQL: [update cmt set isdel=1 where cmtno= ?param0 and ( ?param1 is not null or cno= ?param2 );]
|
||||
2025-12-26 23:34:09,395 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsendok] Prepared SQL: [update emailsend set isdel=0,readcount= ?param0 ,sendeds= ?param1 where sendno= ?param2]
|
||||
2025-12-26 23:34:09,395 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteR] Prepared SQL: [update memouser set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where userno= ?param0]
|
||||
2025-12-26 23:34:09,395 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteS] Prepared SQL: [update memo set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where cno= ?param0]
|
||||
2025-12-26 23:34:09,396 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.save] Prepared SQL: [update authkey set jobkey= ?param0 ,randkey= ?param1 ,keytime=date_add(now(), interval 1 minute) where authtype= ?param2 and userno= ?param3 ; insert into authkey (authtype,userno,jobkey,randkey,keytime) select a.authtype,a.userno,a.jobkey,a.randkey,date_add(now(), interval 1 minute) from (select ?param2 authtype, ?param3 userno, ?param0 jobkey, ?param1 randkey) a left outer join authkey b on b.authtype=a.authtype and b.userno=a.userno where b.authtype is null]
|
||||
2025-12-26 23:34:09,396 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.extend] Prepared SQL: [update smsauth set latime = now() where authno = ?param0]
|
||||
2025-12-26 23:34:09,397 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.error] Prepared SQL: [insert into errors (errmsg,userno) values( ?param0 , ?param1 )]
|
||||
2025-12-26 23:34:09,398 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.list] Prepared SQL: [select 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 from ( select a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, count(d.menuno) ccount, a.isuse, a.ishid from menu a left outer join menu d on d.pmenuno=a.menuno group by a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, a.isuse, a.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 order by 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-26 23:34:09,399 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authmenu] Prepared SQL: [select a.usertype, a.menuno from menuauth a where a.usertype= ?param0]
|
||||
2025-12-26 23:34:09,399 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.get] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0 and a.isdel = 0]
|
||||
2025-12-26 23:34:09,399 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.getall] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0]
|
||||
2025-12-26 23:34:09,401 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.u] Prepared SQL: [select 3 ndepth,v.ndno ncsno,v.dname ncsname,v.dcode ncscode,case when v.ndno=u.ndno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsd v on v.nbno=d.nbno where u.nuno= ?param0 union all select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where u.nuno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where u.nuno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where u.nuno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:34:09,401 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.d] Prepared SQL: [select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where d.ndno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where d.ndno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where d.ndno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:34:09,401 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.b] Prepared SQL: [select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where b.nbno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where b.nbno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:34:09,401 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.m] Prepared SQL: [select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsm m inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where m.nmno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:34:09,402 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.sales.bycm] Prepared SQL: [select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 0 intval, case b.ptype when 2 then '교재' when 3 then '시험' else '강좌' end strval,'매출' strval2 ,sum(case when month(a.payoktime)=1 then b.payamt else 0 end) longval ,sum(case when month(a.payoktime)=2 then b.payamt else 0 end) longval2 ,sum(case when month(a.payoktime)=3 then b.payamt else 0 end) longval3 ,sum(case when month(a.payoktime)=4 then b.payamt else 0 end) longval4 ,sum(case when month(a.payoktime)=5 then b.payamt else 0 end) longval5 ,sum(case when month(a.payoktime)=6 then b.payamt else 0 end) longval6 ,sum(case when month(a.payoktime)=7 then b.payamt else 0 end) longval7 ,sum(case when month(a.payoktime)=8 then b.payamt else 0 end) longval8 ,sum(case when month(a.payoktime)=9 then b.payamt else 0 end) longval9 ,sum(case when month(a.payoktime)=10 then b.payamt else 0 end) longval10 ,sum(case when month(a.payoktime)=11 then b.payamt else 0 end) longval11 ,sum(case when month(a.payoktime)=12 then b.payamt else 0 end) longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 where year(a.payoktime)= ?param0 and a.pstatus=1 group by b.ptype,month(a.payoktime) union all select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 1 intval, '','환불' strval ,(case when month(b.refundtime)=1 then b.refundamt else 0 end) * -1 longval ,(case when month(b.refundtime)=2 then b.refundamt else 0 end) * -1 longval2 ,(case when month(b.refundtime)=3 then b.refundamt else 0 end) * -1 longval3 ,(case when month(b.refundtime)=4 then b.refundamt else 0 end) * -1 longval4 ,(case when month(b.refundtime)=5 then b.refundamt else 0 end) * -1 longval5 ,(case when month(b.refundtime)=6 then b.refundamt else 0 end) * -1 longval6 ,(case when month(b.refundtime)=7 then b.refundamt else 0 end) * -1 longval7 ,(case when month(b.refundtime)=8 then b.refundamt else 0 end) * -1 longval8 ,(case when month(b.refundtime)=9 then b.refundamt else 0 end) * -1 longval9 ,(case when month(b.refundtime)=10 then b.refundamt else 0 end) * -1 longval10 ,(case when month(b.refundtime)=11 then b.refundamt else 0 end) * -1 longval11 ,(case when month(b.refundtime)=12 then b.refundamt else 0 end) * -1 longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 and b.rstatus > 0 and b.refundtime is not null and year(b.refundtime)= ?param0 where a.pstatus=1 and a.rstatus > 0 group by b.ptype,month(b.refundtime) order by dtype,intval]
|
||||
2025-12-26 23:34:09,404 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.cmcalc.print] Prepared SQL: [select a.cmno,a.feeloc,a.feebkpr,a.feebrt,a.feemat,a.feefoo,a.feeetc,a.prtcnt ,b.cname,b.classno,b.sstime,b.setime ,c.pfee ,d.username,CAST(AES_DECRYPT(UNHEX(d.userpno), 'np123@!') AS char) userpno,d.bankname,CAST(AES_DECRYPT(UNHEX(d.bankno), 'np123@!') AS char) bankno,d.post,d.address1,d.address2 ,row_number() over(order by d.username) rno from cmcalc a inner join cm b on b.cmno=a.cmno inner join cmprof c on c.cmno=b.cmno inner join users d on d.userno=c.userno where a.cmno= ?param0 order by rno]
|
||||
2025-12-26 23:34:09,404 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.npsystem] Prepared SQL: [select count(b.daokey) from (select 1 col1) a left outer join npsystem b on b.daokey= ?param0]
|
||||
2025-12-26 23:34:09,405 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.t] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval, count(m.nmno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno where t.ntno= ?param0 union all select 0 intval,count(b.nbno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno where t.ntno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where t.ntno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where t.ntno= ?param0 ) a]
|
||||
2025-12-26 23:34:09,405 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.m] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval,count(b.nbno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno where m.nmno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where m.nmno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where m.nmno= ?param0 ) a]
|
||||
2025-12-26 23:34:09,405 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.b] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where b.nbno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where b.nbno= ?param0 ) a]
|
||||
2025-12-26 23:34:09,405 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.d] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,0 intval2 from ncsd d left outer join cmncsd cmd on cmd.ndno=d.ndno where d.ndno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsd d left outer join ncsu u on u.ndno=d.ndno where d.ndno= ?param0 ) a]
|
||||
2025-12-26 23:34:09,405 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert] Prepared SQL: [insert into menu(menuname,pmenuno,menuurl,menulevel,menuorder,isuse,ishid,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,ifnull( ?param2 ,''),ifnull(c.menulevel, -1) + 1, ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select ?param8 menuno) a left outer join menu b on b.menuno=a.menuno left outer join menu c on c.menuno= ?param1 where b.menuno is null]
|
||||
2025-12-26 23:34:09,405 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert.SelectKey] Prepared SQL: [select last_insert_id()]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert] Prepared SQL: [INSERT INTO filegroup (tablename,columnname, cdt,cno,udt,uno,uip) VALUES ( ?param0 , ?param1 , cdt,cno,udt,uno,uip)]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in] Prepared SQL: [insert into okcert3log (gubn, ret, reason, sn, rsltcd, rslt, dt) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , now()]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.save] Prepared SQL: [insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select max(usertype)+1, ?param0 ,1,0,now(), ?param1 ,now(), ?param1 , ?param2 from menuauth]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authname.save] Prepared SQL: [update menuauth set authname= ?param0 where usertype= ?param1]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.del] Prepared SQL: [delete a from menuauth a left outer join( select count(userno) usercnt,usertype from users where usertype = ?param0 group by usertype )b on b.usertype = a.usertype where a.usertype = ?param0 and (b.usercnt < 1 or b.usercnt is null); insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select * from ( select ?param0 usertype, ?param1 authname,1 menuno,0 isdel,now() cdt, ?param2 cno,now() udt, ?param2 uno, ?param3 uip ) a where not exists( select usertype,authname,menuno from menuauth where usertype = ?param0 and menuno = 1 ); update menuauth a left outer join ( select count(userno) usercnt,usertype from users where usertype = ?param0 and status=1 group by usertype ) b on b.usertype = a.usertype set isdel=1 where a.usertype= ?param0 and (b.usercnt < 1 or b.usercnt is null);]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.chageposition] Prepared SQL: [update menu a left outer join menu b on b.menuno= ?param0 left outer join menu c on c.menuno= ?param1 set a.pmenuno= ?param1 , a.menuorder = ifnull(b.menuorder, -1) + 1, a.menulevel=c.menulevel + 1 , a.udt=now(), a.uno= ?param2 , a.uip= ?param3 where a.menuno= ?param4]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.update] Prepared SQL: [update menu a left outer join (select menulevel from menu where menuno= ?param0 ) b on 1 = 1 set udt=now(), uno= ?param1 , uip= ?param2 ,menuname= ?param3 , pmenuno= ?param0 , menuurl=ifnull( ?param4 , ''),a.menulevel=b.menulevel + 1,menuorder= ?param5 ,isuse= ?param6 ,ishid= ?param7 where a.menuno= ?param8 ;]
|
||||
2025-12-26 23:34:09,406 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.delete] Prepared SQL: [delete from menuauth where menuno= ?param0 ; delete from menu where menuno= ?param0]
|
||||
2025-12-26 23:34:09,407 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.down] Prepared SQL: [update fileinfo set dcount = dcount + 1 where fileno= ?param0]
|
||||
2025-12-26 23:34:09,407 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fileno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:34:09,407 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del2] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fgno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:34:09,407 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.in] Prepared SQL: [insert into ncst (ntype,tcode,tname,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 )]
|
||||
2025-12-26 23:34:09,407 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.up] Prepared SQL: [update ncst set udt=now(),uno= ?param0 ,uip= ?param1 ,tcode= ?param2 ,tname= ?param3 where ntno= ?param4]
|
||||
2025-12-26 23:34:09,408 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.actlog.set] Prepared SQL: [insert into actlog (logtype,logtarget,userno,logdata,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:34:09,408 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:34:09,408 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set2] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,a.usertype, ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 from users a where a.userno= ?param1 and a.usertype <> ?param2]
|
||||
2025-12-26 23:34:09,408 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.kcblog.in] Prepared SQL: [insert into kcblog (cdt,cp_cd,mobile,vssn,logmsg) values(now(), ?param0 ,case when ?param1 is not null then HEX(AES_ENCRYPT( ?param1 , 'np123@!')) else null end , ?param2 , ?param3 );]
|
||||
2025-12-26 23:34:09,408 [2908] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [excellog.in] Prepared SQL: [INSERT INTO exceldownlog (userno, userid, username, actiontime, position, comment, userip) SELECT userno, userid, username, sysdate(), ?param0 , ?param1 , ?param2 FROM users where userno = ?param3]
|
||||
2025-12-26 23:37:51,168 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.adminlogin] Prepared SQL: [select userno,a.username,a.status,a.userpass, usertype,a.asno , CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!') AS char) mobile , a.logintime from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.usertype > 10 and (a.usertype <> 81 or (a.usertype = 81 and b.status=1))]
|
||||
2025-12-26 23:37:51,217 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pass.check] Prepared SQL: [select count(userno) from userpasslog where userno = ?param0 and userpass = ?param1]
|
||||
2025-12-26 23:37:51,217 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.ee] Prepared SQL: [update users set eastereggkey=FLOOR(10000000 + (RAND() * 99999999)),eetime=now() where userno= ?param0 ; select a.userno,a.eastereggkey,a.usertype,a.username ,b.subdomain from users a left outer join assign b on b.asno=a.asno and b.issite=1 and b.isdel=0 where a.userno= ?param0 ;]
|
||||
2025-12-26 23:37:51,217 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usersall] Prepared SQL: [select userno,usertype,jointype,snsid,userkind,userid,userpass,username,usernameeng,gender,birthday,email,isacceptemail,mobile,isacceptmobile,telno,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile ,ccjobs,userpno,bankname,bankno,post,address1,address2,introhtml,status,exitreason,logintime,loginkey,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,uduty,slevel,edus,remotekey from users]
|
||||
2025-12-26 23:37:51,218 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall] Prepared SQL: [select userno,usertype,username from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 10 second) > now(); update users set eastereggkey=null,eetime=null,loginkey= ?param2 where userno= ?param0]
|
||||
2025-12-26 23:37:51,218 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall2] Prepared SQL: [select userno,usertype,username,userid from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 15 second) > now(); update users set eastereggkey=null,eetime=null,loginkey=null where userno= ?param0]
|
||||
2025-12-26 23:37:51,218 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.newascode] Prepared SQL: [select ifnull(max(b.ascode),0) + 1 from (select 1 col1) a left outer join assign b on b.asno is not null]
|
||||
2025-12-26 23:37:51,218 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.me] Prepared SQL: [select userno,username ,CAST(AES_DECRYPT(UNHEX(email), 'np123@!') AS char) email from users where userno= ?param0]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usercheckconfirm] Prepared SQL: [select ifnull(b.userno,0) from (select 1 col1) a left outer join usercheck b on b.userno= ?param0 and b.checkkey= ?param1 ; update usercheck set checkkey=0 where userno= ?param0]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin] Prepared SQL: [select a.userno from users a where a.userid= ?param0 and a.status=1 and a.remotekey= ?param1 ; update users set remotekey=null where userid= ?param0]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remoteloginnoauth] Prepared SQL: [select a.userno,b.subdomain from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.status=1]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.users.assign] Prepared SQL: [select b.asno,b.asname,b.brno ,b.ceoname,b.post,b.address1,b.address2 ,b.btype,b.bkind,b.eino,b.mname ,CAST(AES_DECRYPT(UNHEX(b.mphone), 'np123@!') AS char) mphone ,CAST(AES_DECRYPT(UNHEX(b.taxemail), 'np123@!') AS char) taxemail ,b.fgnobno ,b.isjoin,b.ascode,b.astype,b.asctg,b.joindate,b.status ,c1.cname astypename,c2.cname asctgname from users a inner join assign b on b.asno = a.asno left outer join comcode c1 on c1.ccode=b.astype left outer join comcode c2 on c2.ccode=b.asctg where a.status=1 and a.userno = ?param0]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.check.snsid] Prepared SQL: [select a.userno,a.usertype,a.jointype,a.snsid,a.userkind,a.userid,a.userpass,a.username,a.usernameeng,a.gender,a.birthday,a.email,a.isacceptemail,a.mobile,a.isacceptmobile ,a.telno,a.asno,a.pasname,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs,a.userpno,a.bankname,a.bankno,a.post,a.address1,a.address2,a.introhtml,a.status,a.exitreason ,a.logintime,a.loginkey,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime,a.kfcfyear,a.isassignuser,a.uduty,a.slevel,a.edus,a.remotekey,a.vssn,a.di,a.ci from users a where a.snsid= ?param0 and a.jointype= ?param1]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.councels] Prepared SQL: [select a.bno,a.qtext,a.atext ,a.bldgcat ,b.cname bldgcatname ,a.cdt,c.username coname,c.userid coid ,row_number() over(order by a.cdt desc) rno ,count(a.cno) over() pagetotalcount from councel a inner join users c on c.userno = a.cno left outer join comcode b on b.ccode = a.bldgcat where a.userno = ?param0 and a.isdel = 0 order by a.cdt desc]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants] Prepared SQL: [select a.userno,username,usernameeng,a.email,a.isacceptemail ,a.mobile,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2 ,a.birthday from userdormant a where a.userno = ?param0]
|
||||
2025-12-26 23:37:51,219 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.del] Prepared SQL: [select a.userno longval, regexp_replace(b.userid , '(?<=.{3}).','*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.cdt, interval 335 day) time ,b.isacceptmobile intval from userdormant a inner join users b on b.userno = a.userno where date_format(date_add(a.cdt, interval 335 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:37:51,220 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.save] Prepared SQL: [select a.userno longval, regexp_replace(a.userid , '(?<=.{3}).' , '*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.logintime, interval 335 day) time ,a.isacceptmobile intval from users a where a.usertype =1 and a.status=1 and date_format(date_add(a.logintime, interval 366 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:37:51,222 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginlog] Prepared SQL: [insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:37:51,223 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in] Prepared SQL: [insert into users(usertype,userkind,userid,userpass,username,usernameeng ,gender,email,isacceptemail,mobile,telno ,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile,ccjobs ,userpno,bankname,bankno ,post,address1,address2,introhtml,status,logintime,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,edus ,isacceptmobile,uduty,slevel,jointype,birthday,snsid,di,ci,vssn,ischkatt,authplatform,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,gender,HEX(AES_ENCRYPT( ?param6 , 'np123@!')), ?param7 ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')),HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 ,HEX(AES_ENCRYPT( ?param17 , 'np123@!')), ?param18 ,HEX(AES_ENCRYPT( ?param19 , 'np123@!')) , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,now(),null,null,null,null,null, ?param25 , ?param26 , ?param27 , ?param28 , ?param29 , ?param30 , ?param31 ,HEX(AES_ENCRYPT( ?param32 , 'np123@!')), ?param33 , ?param34 , ?param35 , ?param36 , ?param37 , ?param38 ,now(), ?param39 ,now(), ?param39 , ?param40 );]
|
||||
2025-12-26 23:37:51,224 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,225 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in] Prepared SQL: [insert into assign (ascode,isjoin,joinyear,joinprice,asname,ceoname,brno,grno,btype,bkind,salesamount,homeurl,mcount,aday,astype,asctg,askey,post,address1,address2,fgnobno,fgnobank,joindate,exitdate,status,issite,subdomain,sitename,sitelogo,sitefooter,ismain,isdel, eino,mname,mphone,taxemail,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 , ?param9 , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 , ?param17 , ?param18 , ?param19 , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,0,null,null,null,null,0,0, ?param25 , ?param26 ,HEX(AES_ENCRYPT( ?param27 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param28 , 'np123@!')) ,now(), ?param29 ,now(), ?param29 , ?param30 );]
|
||||
2025-12-26 23:37:51,225 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,225 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in] Prepared SQL: [insert into councel(userno,bldgcat,qtext,atext,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 );]
|
||||
2025-12-26 23:37:51,225 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,226 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.change.password] Prepared SQL: [UPDATE users SET userpass = ?param0 , udt = now() , status = (CASE WHEN status = 9 THEN 1 ELSE status END) , pwcalltime = null , pwcallno = null , uip = ?param1 , uno = ?param2 WHERE userid = ?param3 ; INSERT INTO userpasslog (userno, userpass, cdt, uip) SELECT ?param2 , ?param0 , NOW(), ?param1 FROM (SELECT 1) a LEFT OUTER JOIN userpasslog b ON b.userno = ?param2 WHERE b.userno IS NULL; UPDATE userpasslog SET userpass = ?param0 WHERE userno = ?param2 ;]
|
||||
2025-12-26 23:37:51,227 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.insert] Prepared SQL: [insert into userdormant(userno,username,usernameeng,email,isacceptemail,mobile ,telno,userpno,bankno,post,address1,address2,birthday,cdt) select a.userno,a.username,a.usernameeng,a.email,a.isacceptemail,a.mobile ,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2, a.birthday,now() cdt from users a left outer join userdormant b on b.userno = a.userno where date_add(a.logintime,interval 1 year) < now(); and a.status != 99 update users set udt=now(),uno= ?param0 ,uip= ?param1 ,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,status=8 where date_add(a.logintime,interval 1 year) < now(); and a.status != 99]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey2] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1 ; insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param2 , ?param1 , ?param3 , ?param4 , now(), ?param5 ,now(), ?param5 , ?param6 )]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.del] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel=1,brno=null where asno= ?param2]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.in] Prepared SQL: [insert into assignman (asno,mtype,jtype,depart,mname,position,telno,mobile,fax,email,post,address1,address2,isdel,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,HEX(AES_ENCRYPT( ?param6 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 ,0,now(), ?param13 ,now(), ?param13 , ?param14 )]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.up] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,mtype = ?param2 ,jtype = ?param3 ,depart = ?param4 ,mname = ?param5 ,position= ?param6 ,telno =HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,mobile =HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,fax =HEX(AES_ENCRYPT( ?param9 , 'np123@!')) ,email =HEX(AES_ENCRYPT( ?param10 , 'np123@!')) ,post = ?param11 ,address1= ?param12 ,address2= ?param13 where asmno= ?param14]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.del] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where asmno= ?param2]
|
||||
2025-12-26 23:37:51,229 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.in] Prepared SQL: [insert into assignfee (asno,fyear,fprice,fdate,fmemo,status,cdt,cno,udt,uno,uip) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select 1 col1) a left outer join assignfee b on b.asno= ?param0 and b.fyear= ?param1 where b.asno is null]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.up] Prepared SQL: [update assignfee set udt=now(),uno= ?param0 ,uip= ?param1 ,fprice= ?param2 ,fdate = ?param3 ,fmemo = ?param4 ,status= ?param5 where asno= ?param6 and fyear= ?param7]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.del] Prepared SQL: [delete from assignfee where asno= ?param0 and fyear= ?param1]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignsite.save] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,issite= ?param2 ,subdomain= ?param3 ,sitename= ?param4 ,siteip= ?param5 ,sitelogo= ?param6 ,sitefooter= ?param7 where asno= ?param8]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.asno.save] Prepared SQL: [update users set asno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pwcalltime] Prepared SQL: [update users set pwcalltime=now(),pwcallno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.resetuser] Prepared SQL: [update users set userpass = ?param0 , pwcalltime = null , pwcallno = null , status = (CASE WHEN status = 9 THEN 1 ELSE status END) where userno= ?param1 and pwcalltime is not null and pwcallno= ?param2 and date_add(pwcalltime, interval 24 hour) > now()]
|
||||
2025-12-26 23:37:51,230 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.exit] Prepared SQL: [UPDATE users SET udt=now(),uno= ?param0 ,uip= ?param1 , status = ?param2 WHERE userno= ?param3]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.leave.register] Prepared SQL: [INSERT INTO userleave ( userno, userid, status, levdate, uno, uip ) SELECT u.userno, u.userid, 0 AS status, NOW() AS levdate, u.uno, u.uip FROM users u WHERE u.status = ?param0 AND u.userno = ?param1]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin.set] Prepared SQL: [update users a inner join assign b on b.asno=a.asno and b.siteip like concat('%', ?param0 ,'%') set a.remotekey= ?param1 where a.userid= ?param2 and a.status=1]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.snslink.up] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,snsid= ?param2 ,jointype= ?param3 where userno= ?param4]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.up] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,bldgcat = ?param2 ,qtext = ?param3 ,atext = ?param4 where bno= ?param5]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.del] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where bno = ?param2]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.up.asno] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,asno = ?param2 where userno= ?param3]
|
||||
2025-12-26 23:37:51,231 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.del] Prepared SQL: [update users a left outer join userdormant b on b.userno = a.userno set set udt=now(),uno= ?param0 ,uip= ?param1 ,status = 99,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,di=null,ci=null,vssn=null,authplatform=0 where date_add(b.cdt,interval 1 year) < now(); delete from userdormant where date_add(cdt,interval 1 year) < now();]
|
||||
2025-12-26 23:37:51,248 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.loginkey] Prepared SQL: [select a.userno dtype from users a where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0)]
|
||||
2025-12-26 23:37:51,248 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.admin] Prepared SQL: [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-26 23:37:51,248 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.front] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2 from ( select a.userno dtype,count(b.mno) intval,0 intval2 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) group by a.userno ) a group by a.dtype]
|
||||
2025-12-26 23:37:51,248 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11,sum(a.intval12) intval12 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11,b.cshape intval12 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype]
|
||||
2025-12-26 23:37:51,249 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom.subdomain] Prepared SQL: [select a.*,b.asname strval4,c.fileurl from ( select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype ) a inner join assign b on b.subdomain= ?param4 left outer join fileinfo c on c.fgno=b.sitelogo]
|
||||
2025-12-26 23:37:51,249 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.basecomments] Prepared SQL: [select a.cmtno,a.pcmtno,a.tcmtno,a.baseno,a.cdepth,a.memo,a.memotype,a.fgno,a.cdt,a.udt, a.isdel,a.cno ,b.orgname, b.fileurl, b.fileno ,c.username from cmt a inner join users c on c.userno=a.cno left outer join fileinfo b on b.fgno=a.fgno and b.isdel=0 where a.cmttype= ?param0 and a.baseno= ?param1 order by a.cdt desc]
|
||||
2025-12-26 23:37:51,249 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get] Prepared SQL: [select a.sendno,a.ehtml,a.etitle from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0]
|
||||
2025-12-26 23:37:51,249 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get2] Prepared SQL: [select a.sendno,a.etitle,a.rcvs,ifnull(a.sendeds, ' ') sendeds,ifnull(group_concat(b.email separator ';'), ' ') bans from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0 group by a.sendno,a.rcvs,a.etitle,a.sendeds]
|
||||
2025-12-26 23:37:51,250 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.list.rcvnot] Prepared SQL: [select count(a.mno) from memouser a where a.userno= ?param0 and and a.isread=0 and a.isdel=0]
|
||||
2025-12-26 23:37:51,250 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smssend.get] Prepared SQL: [select c.asname,b.usertype,b.username ,CAST(AES_DECRYPT(UNHEX(b.mobile), 'np123@!') AS char) mobile ,a.smstype,a.isok ,row_number() over(order by b.username) rno, count(a.cno) over() pagetotalcount from smsuser a inner join users b on b.userno=a.userno left outer join assign c on c.asno=b.asno where a.mno= ?param0 order by b.username]
|
||||
2025-12-26 23:37:51,250 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.home] Prepared SQL: [select b.cnt intval ,c.cnt0 intval2 ,c.cnt1 intval3 ,d.cnt intval4 ,e.cnt intval5 ,f.cnt intval6 ,(SELECT COUNT(*) FROM userleave WHERE status = 0) intval7 from (select 1 col1) a left outer join (select count(mno) cnt from memouser where userno= ?param0 and isread=0 and isdel=0) b on 1=1 left outer join ( select sum(case when a.bmposition=0 then 1 else 0 end) cnt0,sum(case when a.bmposition=1 and b.cmno is not null then 1 else 0 end) cnt1 from boardmaster a inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.isopen=1 left outer join board c on c.pbno=b.bno and c.isdel=0 where a.bmtype=2 and a.isopen=1 and c.bno is null and a.disptype=0 ) c on 1=1 left outer join ( select count(a.rfdno) cnt from payrfd a left outer join pay b on b.payno = a.payno where a.rstatus=0 and b.rstatus=0 ) d on 1=1 left outer join ( select count(a.payno) cnt from paydvr a inner join pay b on b.payno=a.payno and b.pstatus=1 and b.rstatus=0 inner join payitem c on c.payno = b.payno inner join book bb on bb.bkno=c.itemno where a.dvrcode is null and a.isdvr=1 ) e on 1=1 left outer join ( select count(a.payno) cnt from paytax a where a.ischeck=0 ) f on 1=1]
|
||||
2025-12-26 23:37:51,250 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey] Prepared SQL: [select jobkey from authkey where authtype= ?param0 and userno= ?param1 and randkey= ?param2 and keytime > now()]
|
||||
2025-12-26 23:37:51,250 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check1] Prepared SQL: [select ctno intval,ismenu intval2,ctype intval3,ccode strval from ct where ctno= ?param0 and authkey= ?param1 ; update ct set authkey=null where ctno= ?param0]
|
||||
2025-12-26 23:37:51,250 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check2] Prepared SQL: [select qno intval from question where qno= ?param0 and authkey= ?param1 ; update question set authkey=null where qno= ?param0]
|
||||
2025-12-26 23:37:51,251 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.chk] Prepared SQL: [select authno intval,lectno intval2,latime time,lakey strval from smsauth where authno = ?param0]
|
||||
2025-12-26 23:37:51,251 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in] Prepared SQL: [insert into emailsend(etitle,semail,ehtml,fgno,cmno,rcvs,reademails,rcvcount,readcount,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 ,now(), ?param9 ,now(), ?param9 , ?param10 )]
|
||||
2025-12-26 23:37:51,251 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,251 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in] Prepared SQL: [insert into sms(cmno,mcontents,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 ,now(), ?param2 ,now(), ?param2 , ?param3 );]
|
||||
2025-12-26 23:37:51,251 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,259 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth] Prepared SQL: [insert into smsauth(latime,lakey,lectno) values(now(), ?param0 , ?param1 );]
|
||||
2025-12-26 23:37:51,259 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2] Prepared SQL: [insert into smsauth(latime,lakey,userno, lectno) values(now(), ?param0 , ?param1 , 0);]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.atalk.send] Prepared SQL: [insert into MTS_ATALK_MSG (TRAN_SENDER_KEY,TRAN_TMPL_CD,TRAN_CALLBACK,TRAN_PHONE,TRAN_SUBJECT,TRAN_MSG,TRAN_DATE,TRAN_TYPE,TRAN_STATUS,TRAN_REPLACE_TYPE,TRAN_REPLACE_MSG) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(),5,'1', ?param6 , ?param5 );]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.comment.delete] Prepared SQL: [update cmt set isdel=1 where cmtno= ?param0 and ( ?param1 is not null or cno= ?param2 );]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsendok] Prepared SQL: [update emailsend set isdel=0,readcount= ?param0 ,sendeds= ?param1 where sendno= ?param2]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteR] Prepared SQL: [update memouser set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where userno= ?param0]
|
||||
2025-12-26 23:37:51,260 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteS] Prepared SQL: [update memo set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where cno= ?param0]
|
||||
2025-12-26 23:37:51,262 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.save] Prepared SQL: [update authkey set jobkey= ?param0 ,randkey= ?param1 ,keytime=date_add(now(), interval 1 minute) where authtype= ?param2 and userno= ?param3 ; insert into authkey (authtype,userno,jobkey,randkey,keytime) select a.authtype,a.userno,a.jobkey,a.randkey,date_add(now(), interval 1 minute) from (select ?param2 authtype, ?param3 userno, ?param0 jobkey, ?param1 randkey) a left outer join authkey b on b.authtype=a.authtype and b.userno=a.userno where b.authtype is null]
|
||||
2025-12-26 23:37:51,262 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.extend] Prepared SQL: [update smsauth set latime = now() where authno = ?param0]
|
||||
2025-12-26 23:37:51,263 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.error] Prepared SQL: [insert into errors (errmsg,userno) values( ?param0 , ?param1 )]
|
||||
2025-12-26 23:37:51,281 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.list] Prepared SQL: [select 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 from ( select a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, count(d.menuno) ccount, a.isuse, a.ishid from menu a left outer join menu d on d.pmenuno=a.menuno group by a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, a.isuse, a.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 order by 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-26 23:37:51,281 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authmenu] Prepared SQL: [select a.usertype, a.menuno from menuauth a where a.usertype= ?param0]
|
||||
2025-12-26 23:37:51,282 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.get] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0 and a.isdel = 0]
|
||||
2025-12-26 23:37:51,282 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.getall] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0]
|
||||
2025-12-26 23:37:51,284 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.u] Prepared SQL: [select 3 ndepth,v.ndno ncsno,v.dname ncsname,v.dcode ncscode,case when v.ndno=u.ndno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsd v on v.nbno=d.nbno where u.nuno= ?param0 union all select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where u.nuno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where u.nuno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where u.nuno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:37:51,284 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.d] Prepared SQL: [select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where d.ndno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where d.ndno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where d.ndno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:37:51,284 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.b] Prepared SQL: [select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where b.nbno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where b.nbno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:37:51,284 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.m] Prepared SQL: [select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsm m inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where m.nmno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:37:51,285 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.sales.bycm] Prepared SQL: [select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 0 intval, case b.ptype when 2 then '교재' when 3 then '시험' else '강좌' end strval,'매출' strval2 ,sum(case when month(a.payoktime)=1 then b.payamt else 0 end) longval ,sum(case when month(a.payoktime)=2 then b.payamt else 0 end) longval2 ,sum(case when month(a.payoktime)=3 then b.payamt else 0 end) longval3 ,sum(case when month(a.payoktime)=4 then b.payamt else 0 end) longval4 ,sum(case when month(a.payoktime)=5 then b.payamt else 0 end) longval5 ,sum(case when month(a.payoktime)=6 then b.payamt else 0 end) longval6 ,sum(case when month(a.payoktime)=7 then b.payamt else 0 end) longval7 ,sum(case when month(a.payoktime)=8 then b.payamt else 0 end) longval8 ,sum(case when month(a.payoktime)=9 then b.payamt else 0 end) longval9 ,sum(case when month(a.payoktime)=10 then b.payamt else 0 end) longval10 ,sum(case when month(a.payoktime)=11 then b.payamt else 0 end) longval11 ,sum(case when month(a.payoktime)=12 then b.payamt else 0 end) longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 where year(a.payoktime)= ?param0 and a.pstatus=1 group by b.ptype,month(a.payoktime) union all select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 1 intval, '','환불' strval ,(case when month(b.refundtime)=1 then b.refundamt else 0 end) * -1 longval ,(case when month(b.refundtime)=2 then b.refundamt else 0 end) * -1 longval2 ,(case when month(b.refundtime)=3 then b.refundamt else 0 end) * -1 longval3 ,(case when month(b.refundtime)=4 then b.refundamt else 0 end) * -1 longval4 ,(case when month(b.refundtime)=5 then b.refundamt else 0 end) * -1 longval5 ,(case when month(b.refundtime)=6 then b.refundamt else 0 end) * -1 longval6 ,(case when month(b.refundtime)=7 then b.refundamt else 0 end) * -1 longval7 ,(case when month(b.refundtime)=8 then b.refundamt else 0 end) * -1 longval8 ,(case when month(b.refundtime)=9 then b.refundamt else 0 end) * -1 longval9 ,(case when month(b.refundtime)=10 then b.refundamt else 0 end) * -1 longval10 ,(case when month(b.refundtime)=11 then b.refundamt else 0 end) * -1 longval11 ,(case when month(b.refundtime)=12 then b.refundamt else 0 end) * -1 longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 and b.rstatus > 0 and b.refundtime is not null and year(b.refundtime)= ?param0 where a.pstatus=1 and a.rstatus > 0 group by b.ptype,month(b.refundtime) order by dtype,intval]
|
||||
2025-12-26 23:37:51,287 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.cmcalc.print] Prepared SQL: [select a.cmno,a.feeloc,a.feebkpr,a.feebrt,a.feemat,a.feefoo,a.feeetc,a.prtcnt ,b.cname,b.classno,b.sstime,b.setime ,c.pfee ,d.username,CAST(AES_DECRYPT(UNHEX(d.userpno), 'np123@!') AS char) userpno,d.bankname,CAST(AES_DECRYPT(UNHEX(d.bankno), 'np123@!') AS char) bankno,d.post,d.address1,d.address2 ,row_number() over(order by d.username) rno from cmcalc a inner join cm b on b.cmno=a.cmno inner join cmprof c on c.cmno=b.cmno inner join users d on d.userno=c.userno where a.cmno= ?param0 order by rno]
|
||||
2025-12-26 23:37:51,289 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.npsystem] Prepared SQL: [select count(b.daokey) from (select 1 col1) a left outer join npsystem b on b.daokey= ?param0]
|
||||
2025-12-26 23:37:51,289 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.t] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval, count(m.nmno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno where t.ntno= ?param0 union all select 0 intval,count(b.nbno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno where t.ntno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where t.ntno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where t.ntno= ?param0 ) a]
|
||||
2025-12-26 23:37:51,289 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.m] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval,count(b.nbno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno where m.nmno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where m.nmno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where m.nmno= ?param0 ) a]
|
||||
2025-12-26 23:37:51,289 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.b] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where b.nbno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where b.nbno= ?param0 ) a]
|
||||
2025-12-26 23:37:51,289 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.d] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,0 intval2 from ncsd d left outer join cmncsd cmd on cmd.ndno=d.ndno where d.ndno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsd d left outer join ncsu u on u.ndno=d.ndno where d.ndno= ?param0 ) a]
|
||||
2025-12-26 23:37:51,291 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert] Prepared SQL: [insert into menu(menuname,pmenuno,menuurl,menulevel,menuorder,isuse,ishid,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,ifnull( ?param2 ,''),ifnull(c.menulevel, -1) + 1, ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select ?param8 menuno) a left outer join menu b on b.menuno=a.menuno left outer join menu c on c.menuno= ?param1 where b.menuno is null]
|
||||
2025-12-26 23:37:51,291 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert.SelectKey] Prepared SQL: [select last_insert_id()]
|
||||
2025-12-26 23:37:51,291 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert] Prepared SQL: [INSERT INTO filegroup (tablename,columnname, cdt,cno,udt,uno,uip) VALUES ( ?param0 , ?param1 , cdt,cno,udt,uno,uip)]
|
||||
2025-12-26 23:37:51,291 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in] Prepared SQL: [insert into okcert3log (gubn, ret, reason, sn, rsltcd, rslt, dt) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , now()]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.save] Prepared SQL: [insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select max(usertype)+1, ?param0 ,1,0,now(), ?param1 ,now(), ?param1 , ?param2 from menuauth]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authname.save] Prepared SQL: [update menuauth set authname= ?param0 where usertype= ?param1]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.del] Prepared SQL: [delete a from menuauth a left outer join( select count(userno) usercnt,usertype from users where usertype = ?param0 group by usertype )b on b.usertype = a.usertype where a.usertype = ?param0 and (b.usercnt < 1 or b.usercnt is null); insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select * from ( select ?param0 usertype, ?param1 authname,1 menuno,0 isdel,now() cdt, ?param2 cno,now() udt, ?param2 uno, ?param3 uip ) a where not exists( select usertype,authname,menuno from menuauth where usertype = ?param0 and menuno = 1 ); update menuauth a left outer join ( select count(userno) usercnt,usertype from users where usertype = ?param0 and status=1 group by usertype ) b on b.usertype = a.usertype set isdel=1 where a.usertype= ?param0 and (b.usercnt < 1 or b.usercnt is null);]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.chageposition] Prepared SQL: [update menu a left outer join menu b on b.menuno= ?param0 left outer join menu c on c.menuno= ?param1 set a.pmenuno= ?param1 , a.menuorder = ifnull(b.menuorder, -1) + 1, a.menulevel=c.menulevel + 1 , a.udt=now(), a.uno= ?param2 , a.uip= ?param3 where a.menuno= ?param4]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.update] Prepared SQL: [update menu a left outer join (select menulevel from menu where menuno= ?param0 ) b on 1 = 1 set udt=now(), uno= ?param1 , uip= ?param2 ,menuname= ?param3 , pmenuno= ?param0 , menuurl=ifnull( ?param4 , ''),a.menulevel=b.menulevel + 1,menuorder= ?param5 ,isuse= ?param6 ,ishid= ?param7 where a.menuno= ?param8 ;]
|
||||
2025-12-26 23:37:51,292 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.delete] Prepared SQL: [delete from menuauth where menuno= ?param0 ; delete from menu where menuno= ?param0]
|
||||
2025-12-26 23:37:51,293 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.down] Prepared SQL: [update fileinfo set dcount = dcount + 1 where fileno= ?param0]
|
||||
2025-12-26 23:37:51,293 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fileno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:37:51,293 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del2] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fgno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:37:51,293 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.in] Prepared SQL: [insert into ncst (ntype,tcode,tname,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 )]
|
||||
2025-12-26 23:37:51,293 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.up] Prepared SQL: [update ncst set udt=now(),uno= ?param0 ,uip= ?param1 ,tcode= ?param2 ,tname= ?param3 where ntno= ?param4]
|
||||
2025-12-26 23:37:51,294 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.actlog.set] Prepared SQL: [insert into actlog (logtype,logtarget,userno,logdata,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:37:51,295 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:37:51,295 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set2] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,a.usertype, ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 from users a where a.userno= ?param1 and a.usertype <> ?param2]
|
||||
2025-12-26 23:37:51,295 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.kcblog.in] Prepared SQL: [insert into kcblog (cdt,cp_cd,mobile,vssn,logmsg) values(now(), ?param0 ,case when ?param1 is not null then HEX(AES_ENCRYPT( ?param1 , 'np123@!')) else null end , ?param2 , ?param3 );]
|
||||
2025-12-26 23:37:51,296 [31088] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [excellog.in] Prepared SQL: [INSERT INTO exceldownlog (userno, userid, username, actiontime, position, comment, userip) SELECT userno, userid, username, sysdate(), ?param0 , ?param1 , ?param2 FROM users where userno = ?param3]
|
||||
2025-12-26 23:38:25,545 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.adminlogin] Prepared SQL: [select userno,a.username,a.status,a.userpass, usertype,a.asno , CAST(AES_DECRYPT(UNHEX(a.mobile), 'np123@!') AS char) mobile , a.logintime from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.usertype > 10 and (a.usertype <> 81 or (a.usertype = 81 and b.status=1))]
|
||||
2025-12-26 23:38:25,571 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pass.check] Prepared SQL: [select count(userno) from userpasslog where userno = ?param0 and userpass = ?param1]
|
||||
2025-12-26 23:38:25,572 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.ee] Prepared SQL: [update users set eastereggkey=FLOOR(10000000 + (RAND() * 99999999)),eetime=now() where userno= ?param0 ; select a.userno,a.eastereggkey,a.usertype,a.username ,b.subdomain from users a left outer join assign b on b.asno=a.asno and b.issite=1 and b.isdel=0 where a.userno= ?param0 ;]
|
||||
2025-12-26 23:38:25,573 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usersall] Prepared SQL: [select userno,usertype,jointype,snsid,userkind,userid,userpass,username,usernameeng,gender,birthday,email,isacceptemail,mobile,isacceptmobile,telno,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile ,ccjobs,userpno,bankname,bankno,post,address1,address2,introhtml,status,exitreason,logintime,loginkey,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,uduty,slevel,edus,remotekey from users]
|
||||
2025-12-26 23:38:25,573 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall] Prepared SQL: [select userno,usertype,username from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 10 second) > now(); update users set eastereggkey=null,eetime=null,loginkey= ?param2 where userno= ?param0]
|
||||
2025-12-26 23:38:25,573 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.eecall2] Prepared SQL: [select userno,usertype,username,userid from users where userno= ?param0 and eastereggkey= ?param1 and date_add(eetime, interval 15 second) > now(); update users set eastereggkey=null,eetime=null,loginkey=null where userno= ?param0]
|
||||
2025-12-26 23:38:25,573 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.newascode] Prepared SQL: [select ifnull(max(b.ascode),0) + 1 from (select 1 col1) a left outer join assign b on b.asno is not null]
|
||||
2025-12-26 23:38:25,573 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.me] Prepared SQL: [select userno,username ,CAST(AES_DECRYPT(UNHEX(email), 'np123@!') AS char) email from users where userno= ?param0]
|
||||
2025-12-26 23:38:25,574 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.usercheckconfirm] Prepared SQL: [select ifnull(b.userno,0) from (select 1 col1) a left outer join usercheck b on b.userno= ?param0 and b.checkkey= ?param1 ; update usercheck set checkkey=0 where userno= ?param0]
|
||||
2025-12-26 23:38:25,574 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin] Prepared SQL: [select a.userno from users a where a.userid= ?param0 and a.status=1 and a.remotekey= ?param1 ; update users set remotekey=null where userid= ?param0]
|
||||
2025-12-26 23:38:25,574 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remoteloginnoauth] Prepared SQL: [select a.userno,b.subdomain from users a left outer join assign b on b.asno=a.asno where a.userid= ?param0 and a.status=1]
|
||||
2025-12-26 23:38:25,574 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.users.assign] Prepared SQL: [select b.asno,b.asname,b.brno ,b.ceoname,b.post,b.address1,b.address2 ,b.btype,b.bkind,b.eino,b.mname ,CAST(AES_DECRYPT(UNHEX(b.mphone), 'np123@!') AS char) mphone ,CAST(AES_DECRYPT(UNHEX(b.taxemail), 'np123@!') AS char) taxemail ,b.fgnobno ,b.isjoin,b.ascode,b.astype,b.asctg,b.joindate,b.status ,c1.cname astypename,c2.cname asctgname from users a inner join assign b on b.asno = a.asno left outer join comcode c1 on c1.ccode=b.astype left outer join comcode c2 on c2.ccode=b.asctg where a.status=1 and a.userno = ?param0]
|
||||
2025-12-26 23:38:25,574 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.check.snsid] Prepared SQL: [select a.userno,a.usertype,a.jointype,a.snsid,a.userkind,a.userid,a.userpass,a.username,a.usernameeng,a.gender,a.birthday,a.email,a.isacceptemail,a.mobile,a.isacceptmobile ,a.telno,a.asno,a.pasname,a.depart,a.ccposition,a.ccpositionetc,a.fgnoprofile,a.ccjobs,a.userpno,a.bankname,a.bankno,a.post,a.address1,a.address2,a.introhtml,a.status,a.exitreason ,a.logintime,a.loginkey,a.send335time,a.pwcalltime,a.pwcallno,a.eastereggkey,a.eetime,a.kfcfyear,a.isassignuser,a.uduty,a.slevel,a.edus,a.remotekey,a.vssn,a.di,a.ci from users a where a.snsid= ?param0 and a.jointype= ?param1]
|
||||
2025-12-26 23:38:25,575 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.councels] Prepared SQL: [select a.bno,a.qtext,a.atext ,a.bldgcat ,b.cname bldgcatname ,a.cdt,c.username coname,c.userid coid ,row_number() over(order by a.cdt desc) rno ,count(a.cno) over() pagetotalcount from councel a inner join users c on c.userno = a.cno left outer join comcode b on b.ccode = a.bldgcat where a.userno = ?param0 and a.isdel = 0 order by a.cdt desc]
|
||||
2025-12-26 23:38:25,575 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants] Prepared SQL: [select a.userno,username,usernameeng,a.email,a.isacceptemail ,a.mobile,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2 ,a.birthday from userdormant a where a.userno = ?param0]
|
||||
2025-12-26 23:38:25,575 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.del] Prepared SQL: [select a.userno longval, regexp_replace(b.userid , '(?<=.{3}).','*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.cdt, interval 335 day) time ,b.isacceptmobile intval from userdormant a inner join users b on b.userno = a.userno where date_format(date_add(a.cdt, interval 335 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:38:25,575 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormants.save] Prepared SQL: [select a.userno longval, regexp_replace(a.userid , '(?<=.{3}).' , '*') strval ,CAST(AES_DECRYPT(UNHEX(a.mobile),'np123@!') AS char) strval2 ,date_add(a.logintime, interval 335 day) time ,a.isacceptmobile intval from users a where a.usertype =1 and a.status=1 and date_format(date_add(a.logintime, interval 366 day),'%Y-%m-%d') = date_format(now(),'%Y-%m-%d')]
|
||||
2025-12-26 23:38:25,577 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginlog] Prepared SQL: [insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:38:25,579 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in] Prepared SQL: [insert into users(usertype,userkind,userid,userpass,username,usernameeng ,gender,email,isacceptemail,mobile,telno ,asno,pasname,depart,ccposition,ccpositionetc,fgnoprofile,ccjobs ,userpno,bankname,bankno ,post,address1,address2,introhtml,status,logintime,send335time,pwcalltime,pwcallno,eastereggkey,eetime,kfcfyear,isassignuser,edus ,isacceptmobile,uduty,slevel,jointype,birthday,snsid,di,ci,vssn,ischkatt,authplatform,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,gender,HEX(AES_ENCRYPT( ?param6 , 'np123@!')), ?param7 ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')),HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 ,HEX(AES_ENCRYPT( ?param17 , 'np123@!')), ?param18 ,HEX(AES_ENCRYPT( ?param19 , 'np123@!')) , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,now(),null,null,null,null,null, ?param25 , ?param26 , ?param27 , ?param28 , ?param29 , ?param30 , ?param31 ,HEX(AES_ENCRYPT( ?param32 , 'np123@!')), ?param33 , ?param34 , ?param35 , ?param36 , ?param37 , ?param38 ,now(), ?param39 ,now(), ?param39 , ?param40 );]
|
||||
2025-12-26 23:38:25,580 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,597 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in] Prepared SQL: [insert into assign (ascode,isjoin,joinyear,joinprice,asname,ceoname,brno,grno,btype,bkind,salesamount,homeurl,mcount,aday,astype,asctg,askey,post,address1,address2,fgnobno,fgnobank,joindate,exitdate,status,issite,subdomain,sitename,sitelogo,sitefooter,ismain,isdel, eino,mname,mphone,taxemail,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 , ?param9 , ?param10 , ?param11 , ?param12 , ?param13 , ?param14 , ?param15 , ?param16 , ?param17 , ?param18 , ?param19 , ?param20 , ?param21 , ?param22 , ?param23 , ?param24 ,0,null,null,null,null,0,0, ?param25 , ?param26 ,HEX(AES_ENCRYPT( ?param27 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param28 , 'np123@!')) ,now(), ?param29 ,now(), ?param29 , ?param30 );]
|
||||
2025-12-26 23:38:25,633 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,633 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in] Prepared SQL: [insert into councel(userno,bldgcat,qtext,atext,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 );]
|
||||
2025-12-26 23:38:25,634 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,635 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.change.password] Prepared SQL: [UPDATE users SET userpass = ?param0 , udt = now() , status = (CASE WHEN status = 9 THEN 1 ELSE status END) , pwcalltime = null , pwcallno = null , uip = ?param1 , uno = ?param2 WHERE userid = ?param3 ; INSERT INTO userpasslog (userno, userpass, cdt, uip) SELECT ?param2 , ?param0 , NOW(), ?param1 FROM (SELECT 1) a LEFT OUTER JOIN userpasslog b ON b.userno = ?param2 WHERE b.userno IS NULL; UPDATE userpasslog SET userpass = ?param0 WHERE userno = ?param2 ;]
|
||||
2025-12-26 23:38:25,635 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.insert] Prepared SQL: [insert into userdormant(userno,username,usernameeng,email,isacceptemail,mobile ,telno,userpno,bankno,post,address1,address2,birthday,cdt) select a.userno,a.username,a.usernameeng,a.email,a.isacceptemail,a.mobile ,a.telno,a.userpno,a.bankno,a.post,a.address1,a.address2, a.birthday,now() cdt from users a left outer join userdormant b on b.userno = a.userno where date_add(a.logintime,interval 1 year) < now(); and a.status != 99 update users set udt=now(),uno= ?param0 ,uip= ?param1 ,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,status=8 where date_add(a.logintime,interval 1 year) < now(); and a.status != 99]
|
||||
2025-12-26 23:38:25,637 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1]
|
||||
2025-12-26 23:38:25,637 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.loginkey2] Prepared SQL: [update users set loginkey= ?param0 ,logintime =now(),send335time = null where userno= ?param1 ; insert into loginlog (logsite,userno, loginstatus, logindata, cdt,cno,udt,uno,uip) values ( ?param2 , ?param1 , ?param3 , ?param4 , now(), ?param5 ,now(), ?param5 , ?param6 )]
|
||||
2025-12-26 23:38:25,637 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assign.del] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel=1,brno=null where asno= ?param2]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.in] Prepared SQL: [insert into assignman (asno,mtype,jtype,depart,mname,position,telno,mobile,fax,email,post,address1,address2,isdel,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,HEX(AES_ENCRYPT( ?param6 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,HEX(AES_ENCRYPT( ?param9 , 'np123@!')) , ?param10 , ?param11 , ?param12 ,0,now(), ?param13 ,now(), ?param13 , ?param14 )]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.up] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,mtype = ?param2 ,jtype = ?param3 ,depart = ?param4 ,mname = ?param5 ,position= ?param6 ,telno =HEX(AES_ENCRYPT( ?param7 , 'np123@!')) ,mobile =HEX(AES_ENCRYPT( ?param8 , 'np123@!')) ,fax =HEX(AES_ENCRYPT( ?param9 , 'np123@!')) ,email =HEX(AES_ENCRYPT( ?param10 , 'np123@!')) ,post = ?param11 ,address1= ?param12 ,address2= ?param13 where asmno= ?param14]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignman.del] Prepared SQL: [update assignman set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where asmno= ?param2]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.in] Prepared SQL: [insert into assignfee (asno,fyear,fprice,fdate,fmemo,status,cdt,cno,udt,uno,uip) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select 1 col1) a left outer join assignfee b on b.asno= ?param0 and b.fyear= ?param1 where b.asno is null]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.up] Prepared SQL: [update assignfee set udt=now(),uno= ?param0 ,uip= ?param1 ,fprice= ?param2 ,fdate = ?param3 ,fmemo = ?param4 ,status= ?param5 where asno= ?param6 and fyear= ?param7]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignfee.del] Prepared SQL: [delete from assignfee where asno= ?param0 and fyear= ?param1]
|
||||
2025-12-26 23:38:25,638 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.assignsite.save] Prepared SQL: [update assign set udt=now(),uno= ?param0 ,uip= ?param1 ,issite= ?param2 ,subdomain= ?param3 ,sitename= ?param4 ,siteip= ?param5 ,sitelogo= ?param6 ,sitefooter= ?param7 where asno= ?param8]
|
||||
2025-12-26 23:38:25,640 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.asno.save] Prepared SQL: [update users set asno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:38:25,640 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.pwcalltime] Prepared SQL: [update users set pwcalltime=now(),pwcallno= ?param0 where userno= ?param1]
|
||||
2025-12-26 23:38:25,640 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.resetuser] Prepared SQL: [update users set userpass = ?param0 , pwcalltime = null , pwcallno = null , status = (CASE WHEN status = 9 THEN 1 ELSE status END) where userno= ?param1 and pwcalltime is not null and pwcallno= ?param2 and date_add(pwcalltime, interval 24 hour) > now()]
|
||||
2025-12-26 23:38:25,640 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.exit] Prepared SQL: [UPDATE users SET udt=now(),uno= ?param0 ,uip= ?param1 , status = ?param2 WHERE userno= ?param3]
|
||||
2025-12-26 23:38:25,640 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.leave.register] Prepared SQL: [INSERT INTO userleave ( userno, userid, status, levdate, uno, uip ) SELECT u.userno, u.userid, 0 AS status, NOW() AS levdate, u.uno, u.uip FROM users u WHERE u.status = ?param0 AND u.userno = ?param1]
|
||||
2025-12-26 23:38:25,641 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.remotelogin.set] Prepared SQL: [update users a inner join assign b on b.asno=a.asno and b.siteip like concat('%', ?param0 ,'%') set a.remotekey= ?param1 where a.userid= ?param2 and a.status=1]
|
||||
2025-12-26 23:38:25,641 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.snslink.up] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,snsid= ?param2 ,jointype= ?param3 where userno= ?param4]
|
||||
2025-12-26 23:38:25,641 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.up] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,bldgcat = ?param2 ,qtext = ?param3 ,atext = ?param4 where bno= ?param5]
|
||||
2025-12-26 23:38:25,641 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [councel.del] Prepared SQL: [update councel set udt=now(),uno= ?param0 ,uip= ?param1 ,isdel = 1 where bno = ?param2]
|
||||
2025-12-26 23:38:25,641 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.up.asno] Prepared SQL: [update users set udt=now(),uno= ?param0 ,uip= ?param1 ,asno = ?param2 where userno= ?param3]
|
||||
2025-12-26 23:38:25,642 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [users.dormant.del] Prepared SQL: [update users a left outer join userdormant b on b.userno = a.userno set set udt=now(),uno= ?param0 ,uip= ?param1 ,status = 99,username='삭제됨',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,birthday=null,di=null,ci=null,vssn=null,authplatform=0 where date_add(b.cdt,interval 1 year) < now(); delete from userdormant where date_add(cdt,interval 1 year) < now();]
|
||||
2025-12-26 23:38:25,670 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.loginkey] Prepared SQL: [select a.userno dtype from users a where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0)]
|
||||
2025-12-26 23:38:25,670 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.admin] Prepared SQL: [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-26 23:38:25,670 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.front] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2 from ( select a.userno dtype,count(b.mno) intval,0 intval2 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) group by a.userno ) a group by a.dtype]
|
||||
2025-12-26 23:38:25,672 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom] Prepared SQL: [select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11,sum(a.intval12) intval12 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11,0 intval12 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11,b.cshape intval12 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype]
|
||||
2025-12-26 23:38:25,672 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.check.frontcroom.subdomain] Prepared SQL: [select a.*,b.asname strval4,c.fileurl from ( select a.dtype,sum(a.intval) intval,sum(a.intval2) intval2,sum(a.intval3) intval3,sum(a.intval4) intval4,sum(a.intval5) intval5 ,sum(a.intval6) intval6,sum(a.intval7) intval7,sum(a.intval8) intval8,sum(a.intval9) intval9,sum(a.intval10) intval10 ,sum(a.intval11) intval11 ,max(a.strval) strval,max(a.strval2) strval2,max(a.strval3) strval3 from ( select a.userno dtype,count(b.mno) intval,0 intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 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) group by a.userno union all select a.userno dtype,0 intval,count(b.userno) intval2,0 intval3,0 intval4,0 intval5 ,0 intval6,0 intval7,0 intval8,0 intval9,0 intval10 ,0 intval11 ,null strval,null strval2,null strval3 from users a left outer join alarms b on b.userno=a.userno and b.isdel=0 where a.userno= ?param0 and (a.loginkey= ?param1 or ?param2 =0) union all select a.userno dtype,0 intval,0 intval2,c.tyear intval3,c.tseq intval4,b.classno intval5 ,b2.isplan intval6,b2.iscontent intval7,b2.isev intval8,b2.isrs intval9,b2.isgrade intval10 ,b.cmno intval11 ,d.cgname strval,b.cname strval2 ,group_concat(case when f.bmno is null then null else concat(f.bmno,':',f.bmname,':',f.bmtype) end separator ';') strval3 from users a0 inner join lect a on a.lectno= ?param3 and a.userno=a0.userno and a.status=1 and a.ischanged=0 inner join cm b on b.cmno=a.cmno inner join cmmenu b2 on b2.cmno=b.cmno inner join term c on c.tmno=b.tmno inner join cg d on d.cgno=b.cgno left outer join cmmenubm e on e.cmno=b.cmno left outer join boardmaster f on f.bmno=e.bmno where a0.userno= ?param0 and (a0.loginkey= ?param1 or ?param2 =0) group by a.userno,b.cmno,c.tyear,c.tseq,b.classno ,b2.isplan,b2.iscontent,b2.isev,b2.isrs,b2.isgrade ,d.cgname,b.cname ) a group by a.dtype ) a inner join assign b on b.subdomain= ?param4 left outer join fileinfo c on c.fgno=b.sitelogo]
|
||||
2025-12-26 23:38:25,673 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.basecomments] Prepared SQL: [select a.cmtno,a.pcmtno,a.tcmtno,a.baseno,a.cdepth,a.memo,a.memotype,a.fgno,a.cdt,a.udt, a.isdel,a.cno ,b.orgname, b.fileurl, b.fileno ,c.username from cmt a inner join users c on c.userno=a.cno left outer join fileinfo b on b.fgno=a.fgno and b.isdel=0 where a.cmttype= ?param0 and a.baseno= ?param1 order by a.cdt desc]
|
||||
2025-12-26 23:38:25,673 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get] Prepared SQL: [select a.sendno,a.ehtml,a.etitle from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0]
|
||||
2025-12-26 23:38:25,673 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.get2] Prepared SQL: [select a.sendno,a.etitle,a.rcvs,ifnull(a.sendeds, ' ') sendeds,ifnull(group_concat(b.email separator ';'), ' ') bans from emailsend a left outer join emailban b on b.sendno=a.sendno where a.sendno= ?param0 and a.isdel=0 group by a.sendno,a.rcvs,a.etitle,a.sendeds]
|
||||
2025-12-26 23:38:25,673 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.list.rcvnot] Prepared SQL: [select count(a.mno) from memouser a where a.userno= ?param0 and and a.isread=0 and a.isdel=0]
|
||||
2025-12-26 23:38:25,674 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smssend.get] Prepared SQL: [select c.asname,b.usertype,b.username ,CAST(AES_DECRYPT(UNHEX(b.mobile), 'np123@!') AS char) mobile ,a.smstype,a.isok ,row_number() over(order by b.username) rno, count(a.cno) over() pagetotalcount from smsuser a inner join users b on b.userno=a.userno left outer join assign c on c.asno=b.asno where a.mno= ?param0 order by b.username]
|
||||
2025-12-26 23:38:25,674 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.home] Prepared SQL: [select b.cnt intval ,c.cnt0 intval2 ,c.cnt1 intval3 ,d.cnt intval4 ,e.cnt intval5 ,f.cnt intval6 ,(SELECT COUNT(*) FROM userleave WHERE status = 0) intval7 from (select 1 col1) a left outer join (select count(mno) cnt from memouser where userno= ?param0 and isread=0 and isdel=0) b on 1=1 left outer join ( select sum(case when a.bmposition=0 then 1 else 0 end) cnt0,sum(case when a.bmposition=1 and b.cmno is not null then 1 else 0 end) cnt1 from boardmaster a inner join board b on b.bmno=a.bmno and b.pbno is null and b.isdel=0 and b.isopen=1 left outer join board c on c.pbno=b.bno and c.isdel=0 where a.bmtype=2 and a.isopen=1 and c.bno is null and a.disptype=0 ) c on 1=1 left outer join ( select count(a.rfdno) cnt from payrfd a left outer join pay b on b.payno = a.payno where a.rstatus=0 and b.rstatus=0 ) d on 1=1 left outer join ( select count(a.payno) cnt from paydvr a inner join pay b on b.payno=a.payno and b.pstatus=1 and b.rstatus=0 inner join payitem c on c.payno = b.payno inner join book bb on bb.bkno=c.itemno where a.dvrcode is null and a.isdvr=1 ) e on 1=1 left outer join ( select count(a.payno) cnt from paytax a where a.ischeck=0 ) f on 1=1]
|
||||
2025-12-26 23:38:25,674 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey] Prepared SQL: [select jobkey from authkey where authtype= ?param0 and userno= ?param1 and randkey= ?param2 and keytime > now()]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check1] Prepared SQL: [select ctno intval,ismenu intval2,ctype intval3,ccode strval from ct where ctno= ?param0 and authkey= ?param1 ; update ct set authkey=null where ctno= ?param0]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.check2] Prepared SQL: [select qno intval from question where qno= ?param0 and authkey= ?param1 ; update question set authkey=null where qno= ?param0]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.chk] Prepared SQL: [select authno intval,lectno intval2,latime time,lakey strval from smsauth where authno = ?param0]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in] Prepared SQL: [insert into emailsend(etitle,semail,ehtml,fgno,cmno,rcvs,reademails,rcvcount,readcount,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , ?param6 , ?param7 , ?param8 ,now(), ?param9 ,now(), ?param9 , ?param10 )]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsend.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in] Prepared SQL: [insert into sms(cmno,mcontents,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 ,now(), ?param2 ,now(), ?param2 , ?param3 );]
|
||||
2025-12-26 23:38:25,675 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,683 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth] Prepared SQL: [insert into smsauth(latime,lakey,lectno) values(now(), ?param0 , ?param1 );]
|
||||
2025-12-26 23:38:25,683 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,683 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2] Prepared SQL: [insert into smsauth(latime,lakey,userno, lectno) values(now(), ?param0 , ?param1 , 0);]
|
||||
2025-12-26 23:38:25,683 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.smsauth2.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,684 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.atalk.send] Prepared SQL: [insert into MTS_ATALK_MSG (TRAN_SENDER_KEY,TRAN_TMPL_CD,TRAN_CALLBACK,TRAN_PHONE,TRAN_SUBJECT,TRAN_MSG,TRAN_DATE,TRAN_TYPE,TRAN_STATUS,TRAN_REPLACE_TYPE,TRAN_REPLACE_MSG) values ( ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 ,now(),5,'1', ?param6 , ?param5 );]
|
||||
2025-12-26 23:38:25,684 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.comment.delete] Prepared SQL: [update cmt set isdel=1 where cmtno= ?param0 and ( ?param1 is not null or cno= ?param2 );]
|
||||
2025-12-26 23:38:25,684 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.emailsendok] Prepared SQL: [update emailsend set isdel=0,readcount= ?param0 ,sendeds= ?param1 where sendno= ?param2]
|
||||
2025-12-26 23:38:25,684 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteR] Prepared SQL: [update memouser set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where userno= ?param0]
|
||||
2025-12-26 23:38:25,684 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.memo.alldeleteS] Prepared SQL: [update memo set isdel=1,udt=now(),uno= ?param0 ,uip= ?param1 where cno= ?param0]
|
||||
2025-12-26 23:38:25,686 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.authkey.save] Prepared SQL: [update authkey set jobkey= ?param0 ,randkey= ?param1 ,keytime=date_add(now(), interval 1 minute) where authtype= ?param2 and userno= ?param3 ; insert into authkey (authtype,userno,jobkey,randkey,keytime) select a.authtype,a.userno,a.jobkey,a.randkey,date_add(now(), interval 1 minute) from (select ?param2 authtype, ?param3 userno, ?param0 jobkey, ?param1 randkey) a left outer join authkey b on b.authtype=a.authtype and b.userno=a.userno where b.authtype is null]
|
||||
2025-12-26 23:38:25,686 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [common.sms.extend] Prepared SQL: [update smsauth set latime = now() where authno = ?param0]
|
||||
2025-12-26 23:38:25,687 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.error] Prepared SQL: [insert into errors (errmsg,userno) values( ?param0 , ?param1 )]
|
||||
2025-12-26 23:38:25,708 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.list] Prepared SQL: [select 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 from ( select a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, count(d.menuno) ccount, a.isuse, a.ishid from menu a left outer join menu d on d.pmenuno=a.menuno group by a.menuno, a.menuname, a.pmenuno, a.menuurl, a.menulevel, a.menuorder, a.isuse, a.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 order by 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-26 23:38:25,709 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authmenu] Prepared SQL: [select a.usertype, a.menuno from menuauth a where a.usertype= ?param0]
|
||||
2025-12-26 23:38:25,709 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.get] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0 and a.isdel = 0]
|
||||
2025-12-26 23:38:25,709 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.getall] Prepared SQL: [select a.fileno,a.fgno,a.orgname,a.fileurl,a.filesize,a.extension,a.dcount,a.cno,a.uno ,b.tablename,b.columnname from fileinfo a inner join filegroup b on b.fgno=a.fgno where a.FileNo = ?param0]
|
||||
2025-12-26 23:38:25,711 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.u] Prepared SQL: [select 3 ndepth,v.ndno ncsno,v.dname ncsname,v.dcode ncscode,case when v.ndno=u.ndno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsd v on v.nbno=d.nbno where u.nuno= ?param0 union all select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where u.nuno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where u.nuno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsu u inner join ncsd d on d.ndno=u.ndno inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where u.nuno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:38:25,712 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.d] Prepared SQL: [select 2 ndepth,v.nbno ncsno,v.bname ncsname,v.bcode ncscode,case when v.nbno=b.nbno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsb v on v.nmno=b.nmno where d.ndno= ?param0 union all select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where d.ndno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsd d inner join ncsb b on b.nbno=d.nbno inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where d.ndno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:38:25,712 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.b] Prepared SQL: [select 1 ndepth,v.nmno ncsno,v.mname ncsname,v.mcode ncscode,case when v.nmno=m.nmno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncsm v on v.ntno=m.ntno where b.nbno= ?param0 union all select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsb b inner join ncsm m on m.nmno=b.nmno inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where b.nbno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:38:25,712 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncs.parents.m] Prepared SQL: [select 0 ndepth,v.ntno ncsno,v.tname ncsname,v.tcode ncscode,case when v.ntno=t.ntno then 1 else 0 end isact from ncsm m inner join ncst t on t.ntno=m.ntno inner join ncst v on v.ntype=t.ntype where m.nmno= ?param0 order by ndepth,ncscode]
|
||||
2025-12-26 23:38:25,714 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.sales.bycm] Prepared SQL: [select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 0 intval, case b.ptype when 2 then '교재' when 3 then '시험' else '강좌' end strval,'매출' strval2 ,sum(case when month(a.payoktime)=1 then b.payamt else 0 end) longval ,sum(case when month(a.payoktime)=2 then b.payamt else 0 end) longval2 ,sum(case when month(a.payoktime)=3 then b.payamt else 0 end) longval3 ,sum(case when month(a.payoktime)=4 then b.payamt else 0 end) longval4 ,sum(case when month(a.payoktime)=5 then b.payamt else 0 end) longval5 ,sum(case when month(a.payoktime)=6 then b.payamt else 0 end) longval6 ,sum(case when month(a.payoktime)=7 then b.payamt else 0 end) longval7 ,sum(case when month(a.payoktime)=8 then b.payamt else 0 end) longval8 ,sum(case when month(a.payoktime)=9 then b.payamt else 0 end) longval9 ,sum(case when month(a.payoktime)=10 then b.payamt else 0 end) longval10 ,sum(case when month(a.payoktime)=11 then b.payamt else 0 end) longval11 ,sum(case when month(a.payoktime)=12 then b.payamt else 0 end) longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 where year(a.payoktime)= ?param0 and a.pstatus=1 group by b.ptype,month(a.payoktime) union all select case b.ptype when 2 then 2 when 3 then 1 else 0 end dtype, 1 intval, '','환불' strval ,(case when month(b.refundtime)=1 then b.refundamt else 0 end) * -1 longval ,(case when month(b.refundtime)=2 then b.refundamt else 0 end) * -1 longval2 ,(case when month(b.refundtime)=3 then b.refundamt else 0 end) * -1 longval3 ,(case when month(b.refundtime)=4 then b.refundamt else 0 end) * -1 longval4 ,(case when month(b.refundtime)=5 then b.refundamt else 0 end) * -1 longval5 ,(case when month(b.refundtime)=6 then b.refundamt else 0 end) * -1 longval6 ,(case when month(b.refundtime)=7 then b.refundamt else 0 end) * -1 longval7 ,(case when month(b.refundtime)=8 then b.refundamt else 0 end) * -1 longval8 ,(case when month(b.refundtime)=9 then b.refundamt else 0 end) * -1 longval9 ,(case when month(b.refundtime)=10 then b.refundamt else 0 end) * -1 longval10 ,(case when month(b.refundtime)=11 then b.refundamt else 0 end) * -1 longval11 ,(case when month(b.refundtime)=12 then b.refundamt else 0 end) * -1 longval12 from pay a inner join payitem b on b.payno=a.payno and a.pstatus=1 and b.rstatus > 0 and b.refundtime is not null and year(b.refundtime)= ?param0 where a.pstatus=1 and a.rstatus > 0 group by b.ptype,month(b.refundtime) order by dtype,intval]
|
||||
2025-12-26 23:38:25,717 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.cmcalc.print] Prepared SQL: [select a.cmno,a.feeloc,a.feebkpr,a.feebrt,a.feemat,a.feefoo,a.feeetc,a.prtcnt ,b.cname,b.classno,b.sstime,b.setime ,c.pfee ,d.username,CAST(AES_DECRYPT(UNHEX(d.userpno), 'np123@!') AS char) userpno,d.bankname,CAST(AES_DECRYPT(UNHEX(d.bankno), 'np123@!') AS char) bankno,d.post,d.address1,d.address2 ,row_number() over(order by d.username) rno from cmcalc a inner join cm b on b.cmno=a.cmno inner join cmprof c on c.cmno=b.cmno inner join users d on d.userno=c.userno where a.cmno= ?param0 order by rno]
|
||||
2025-12-26 23:38:25,717 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.npsystem] Prepared SQL: [select count(b.daokey) from (select 1 col1) a left outer join npsystem b on b.daokey= ?param0]
|
||||
2025-12-26 23:38:25,717 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.t] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval, count(m.nmno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno where t.ntno= ?param0 union all select 0 intval,count(b.nbno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno where t.ntno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where t.ntno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncst t left outer join ncsm m on m.ntno=t.ntno left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where t.ntno= ?param0 ) a]
|
||||
2025-12-26 23:38:25,717 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.m] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select 0 intval,count(b.nbno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno where m.nmno= ?param0 union all select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where m.nmno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsm m left outer join ncsb b on b.nmno=m.nmno left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where m.nmno= ?param0 ) a]
|
||||
2025-12-26 23:38:25,717 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.b] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,count(distinct d.ndno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join cmncsd cmd on cmd.ndno=d.ndno where b.nbno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsb b left outer join ncsd d on d.nbno=b.nbno left outer join ncsu u on u.ndno=d.ndno where b.nbno= ?param0 ) a]
|
||||
2025-12-26 23:38:25,718 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.ncs.check.d] Prepared SQL: [select sum(intval) intval,sum(intval2) intval2 from ( select count(cmd.cmno) intval,0 intval2 from ncsd d left outer join cmncsd cmd on cmd.ndno=d.ndno where d.ndno= ?param0 union all select 0 intval,count(u.nuno) intval2 from ncsd d left outer join ncsu u on u.ndno=d.ndno where d.ndno= ?param0 ) a]
|
||||
2025-12-26 23:38:25,718 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert] Prepared SQL: [insert into menu(menuname,pmenuno,menuurl,menulevel,menuorder,isuse,ishid,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,ifnull( ?param2 ,''),ifnull(c.menulevel, -1) + 1, ?param3 , ?param4 , ?param5 ,now(), ?param6 ,now(), ?param6 , ?param7 from (select ?param8 menuno) a left outer join menu b on b.menuno=a.menuno left outer join menu c on c.menuno= ?param1 where b.menuno is null]
|
||||
2025-12-26 23:38:25,718 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.insert.SelectKey] Prepared SQL: [select last_insert_id()]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert] Prepared SQL: [INSERT INTO filegroup (tablename,columnname, cdt,cno,udt,uno,uip) VALUES ( ?param0 , ?param1 , cdt,cno,udt,uno,uip)]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.filegroup.insert.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in] Prepared SQL: [insert into okcert3log (gubn, ret, reason, sn, rsltcd, rslt, dt) select ?param0 , ?param1 , ?param2 , ?param3 , ?param4 , ?param5 , now()]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.okcert3.in.SelectKey] Prepared SQL: [SELECT LAST_INSERT_ID()]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.save] Prepared SQL: [insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select max(usertype)+1, ?param0 ,1,0,now(), ?param1 ,now(), ?param1 , ?param2 from menuauth]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.authname.save] Prepared SQL: [update menuauth set authname= ?param0 where usertype= ?param1]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.userauth.del] Prepared SQL: [delete a from menuauth a left outer join( select count(userno) usercnt,usertype from users where usertype = ?param0 group by usertype )b on b.usertype = a.usertype where a.usertype = ?param0 and (b.usercnt < 1 or b.usercnt is null); insert into menuauth (usertype,authname,menuno,isdel,cdt,cno,udt,uno,uip) select * from ( select ?param0 usertype, ?param1 authname,1 menuno,0 isdel,now() cdt, ?param2 cno,now() udt, ?param2 uno, ?param3 uip ) a where not exists( select usertype,authname,menuno from menuauth where usertype = ?param0 and menuno = 1 ); update menuauth a left outer join ( select count(userno) usercnt,usertype from users where usertype = ?param0 and status=1 group by usertype ) b on b.usertype = a.usertype set isdel=1 where a.usertype= ?param0 and (b.usercnt < 1 or b.usercnt is null);]
|
||||
2025-12-26 23:38:25,719 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.chageposition] Prepared SQL: [update menu a left outer join menu b on b.menuno= ?param0 left outer join menu c on c.menuno= ?param1 set a.pmenuno= ?param1 , a.menuorder = ifnull(b.menuorder, -1) + 1, a.menulevel=c.menulevel + 1 , a.udt=now(), a.uno= ?param2 , a.uip= ?param3 where a.menuno= ?param4]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.update] Prepared SQL: [update menu a left outer join (select menulevel from menu where menuno= ?param0 ) b on 1 = 1 set udt=now(), uno= ?param1 , uip= ?param2 ,menuname= ?param3 , pmenuno= ?param0 , menuurl=ifnull( ?param4 , ''),a.menulevel=b.menulevel + 1,menuorder= ?param5 ,isuse= ?param6 ,ishid= ?param7 where a.menuno= ?param8 ;]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.menu.delete] Prepared SQL: [delete from menuauth where menuno= ?param0 ; delete from menu where menuno= ?param0]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.down] Prepared SQL: [update fileinfo set dcount = dcount + 1 where fileno= ?param0]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fileno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.file.del2] Prepared SQL: [update fileinfo set uip= ?param0 , uno= ?param1 , isdel=1 where fgno= ?param2 and ( ?param3 = 1 or ?param1 = -999 or cno= ?param1 )]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.in] Prepared SQL: [insert into ncst (ntype,tcode,tname,cdt,cno,udt,uno,uip) values ( ?param0 , ?param1 , ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 )]
|
||||
2025-12-26 23:38:25,720 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.ncst.up] Prepared SQL: [update ncst set udt=now(),uno= ?param0 ,uip= ?param1 ,tcode= ?param2 ,tname= ?param3 where ntno= ?param4]
|
||||
2025-12-26 23:38:25,721 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.actlog.set] Prepared SQL: [insert into actlog (logtype,logtarget,userno,logdata,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:38:25,723 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) values( ?param0 , ?param1 , ?param2 , ?param3 ,now(), ?param4 ,now(), ?param4 , ?param5 )]
|
||||
2025-12-26 23:38:25,723 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [cm.authlog.set2] Prepared SQL: [insert into authlog(logtype,userno,usertypeorg,usertypenew,cdt,cno,udt,uno,uip) select ?param0 , ?param1 ,a.usertype, ?param2 ,now(), ?param3 ,now(), ?param3 , ?param4 from users a where a.userno= ?param1 and a.usertype <> ?param2]
|
||||
2025-12-26 23:38:25,723 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [sys.kcblog.in] Prepared SQL: [insert into kcblog (cdt,cp_cd,mobile,vssn,logmsg) values(now(), ?param0 ,case when ?param1 is not null then HEX(AES_ENCRYPT( ?param1 , 'np123@!')) else null end , ?param2 , ?param3 );]
|
||||
2025-12-26 23:38:25,723 [11288] DEBUG IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory [(null)] - Statement Id: [excellog.in] Prepared SQL: [INSERT INTO exceldownlog (userno, userid, username, actiontime, position, comment, userip) SELECT userno, userid, username, sysdate(), ?param0 , ?param1 , ?param2 FROM users where userno = ?param3]
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue