검색조건= 덕이
This commit is contained in:
parent
3e2370ea7c
commit
652ace2bb4
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
<alias>
|
<alias>
|
||||||
<typeAlias alias="menus" type="NP.Model.Menu, NP.Model" />
|
<typeAlias alias="menus" type="NP.Model.Menu, NP.Model" />
|
||||||
|
<typeAlias alias="excellog" type="NP.Model.excellog, NP.Model" />
|
||||||
<typeAlias alias="comcode" type="NP.Model.ComCode, NP.Model" />
|
<typeAlias alias="comcode" type="NP.Model.ComCode, NP.Model" />
|
||||||
<typeAlias alias="file" type="NP.Model.File, NP.Model" />
|
<typeAlias alias="file" type="NP.Model.File, NP.Model" />
|
||||||
<typeAlias alias="ncs" type="NP.Model.NCS, NP.Model" />
|
<typeAlias alias="ncs" type="NP.Model.NCS, NP.Model" />
|
||||||
|
|
@ -22,6 +23,7 @@
|
||||||
|
|
||||||
<resultMaps></resultMaps>
|
<resultMaps></resultMaps>
|
||||||
<statements>
|
<statements>
|
||||||
|
|
||||||
<select id ="sys.menu.auths" parameterClass="hashtable" resultClass="userauth">
|
<select id ="sys.menu.auths" parameterClass="hashtable" resultClass="userauth">
|
||||||
select distinct usertype,authname
|
select distinct usertype,authname
|
||||||
,usertype value,authname text
|
,usertype value,authname text
|
||||||
|
|
@ -1345,5 +1347,12 @@
|
||||||
,#logmsg#
|
,#logmsg#
|
||||||
);
|
);
|
||||||
</update>
|
</update>
|
||||||
</statements>
|
<!--인덕이에 엑셀 insert into 문 -->
|
||||||
|
<insert id="excellog.in" parameterClass="excellog">
|
||||||
|
INSERT INTO exceldownlog (userno, username, actiontime, position, comment, userip)
|
||||||
|
VALUES ( #userno#, #username#, sysdate(), #position#, #comment#, #userip#);
|
||||||
|
</insert>
|
||||||
|
<!--인덕이에 엑셀 insert into 문 끝-->
|
||||||
|
|
||||||
|
</statements>
|
||||||
</sqlMap>
|
</sqlMap>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue