접속로그 소장자료관 시스템구분 추가
This commit is contained in:
parent
63698ba7ef
commit
9ec18d2ae9
@ -70,12 +70,13 @@
|
|||||||
<insert id="insertLoginLog" parameterType="NlibLoginVO">
|
<insert id="insertLoginLog" parameterType="NlibLoginVO">
|
||||||
INSERT INTO SM_ACC_LOG /* 접속로그 */
|
INSERT INTO SM_ACC_LOG /* 접속로그 */
|
||||||
( USER_ID
|
( USER_ID
|
||||||
,USER_NM
|
, USER_NM
|
||||||
,DEPT_SEQ
|
, DEPT_SEQ
|
||||||
,DEPT_NM
|
, DEPT_NM
|
||||||
,ACC_IP
|
, ACC_IP
|
||||||
,LOGIN_SUCS_YN
|
, LOGIN_SUCS_YN
|
||||||
,ACC_DATE
|
, ACC_DATE
|
||||||
|
, SYS_DIV
|
||||||
) VALUES (
|
) VALUES (
|
||||||
#{mbInfoId}
|
#{mbInfoId}
|
||||||
,#{name}
|
,#{name}
|
||||||
@ -84,6 +85,7 @@
|
|||||||
,#{ip}
|
,#{ip}
|
||||||
,'Y'
|
,'Y'
|
||||||
,NOW()
|
,NOW()
|
||||||
|
,'02' /* 2021.10.05 추가 (소장자료관) */
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user