diff --git a/BO/Views/cc/exelboard.cshtml b/BO/Views/cc/exelboard.cshtml new file mode 100644 index 0000000..f109fb7 --- /dev/null +++ b/BO/Views/cc/exelboard.cshtml @@ -0,0 +1,90 @@ +@model NP.Model.VMCM +@{ + ViewBag.Title = "exelboard"; +} + + + + +
+
+ @Html.Partial("./Partial/SearchCaption") +
+
+
+ + 다운로드 기간 @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval5) ? (DateTime?)null : Convert.ToDateTime(Model.stringval5), new ViewDataDictionary { { "name", "stringval5" } }) ~ @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval6) ? (DateTime?)null : Convert.ToDateTime(Model.stringval6), new ViewDataDictionary { { "name", "stringval6" } }) + @Html.Partial("./Partial/Text", Model.stringval4, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval4", Value = Model.stringval4, PH = "회원아이디를 입력하세요.", CssClass = "ff" })) + @Html.Partial("./Partial/Button", new NP.Model.Button() { Special = "search" }) +
+
+
+
+
+ @Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } }) +
+
+
+ + + + + + + + + + + + + + + @foreach (var el in Model.excelloglook) + { + + + + + + + + + + + } + +
No회원번호회원아이디회원성함다운로드 시간위치IP사유
@el.edno@el.userno@el.userid@el.username@el.actiontime@el.position@el.userip@el.comment
+
+ @Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount) +
+
+
+ @Html.Partial("./Partial/dform", Model, new ViewDataDictionary { { "preform", 1 } }) +
+ +@section scriptsHeader{ + @Html.Partial("./Partial/ScriptDate") +} +@section scripts{ + +} diff --git a/Dao/MyBatis/Maps/System.xml b/Dao/MyBatis/Maps/System.xml index 6388681..e629c3e 100644 --- a/Dao/MyBatis/Maps/System.xml +++ b/Dao/MyBatis/Maps/System.xml @@ -1349,10 +1349,31 @@ - INSERT INTO exceldownlog (userno, username, actiontime, position, comment, userip) - VALUES ( #userno#, #username#, sysdate(), #position#, #comment#, #userip#); + INSERT INTO exceldownlog (userno, userid, username, actiontime, position, comment, userip) + VALUES ( #userno#, #userid#, #username#, sysdate(), #position#, #comment#, #userip#); - + + +