From 91319555f6a306872ec4f83c45b4361e82517eb8 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 6 Jun 2022 23:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EDAO=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=AD=E5=8F=A5=EF=BC=8C=E5=8A=A8=E6=80=81?= =?UTF-8?q?ExecutorType=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/msg/msgInnerList.html | 74 +++++++++---------- .../com/jeesite/test/InsertBatchTest.java | 23 +++--- 2 files changed, 46 insertions(+), 51 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html index 3922ea63..854c16cf 100644 --- a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html +++ b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html @@ -1,19 +1,19 @@ -<% layout('/layouts/default.html', {title: '站内消息', libs: ['dataGrid']}){ %> -
-
-
-
- ${text('站内消息')} -
-
- ${text('查询')} - <% if(hasPermi('msg:msgInner:edit')){ %> - ${text('新增')} - <% } %> - -
-
-
+<% layout('/layouts/default.html', {title: '站内消息', libs: ['dataGrid']}){ %> +
+
+
+
+ ${text('站内消息')} +
+
+ ${text('查询')} + <% if(hasPermi('msg:msgInner:edit')){ %> + ${text('新增')} + <% } %> + +
+
+
<#form:form id="searchForm" model="${msgInner}" action="${ctx}/msg/msgInner/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -37,10 +37,10 @@
- <#form:input path="sendDate_gte" readonly="true" maxlength="20" class="form-control laydate width-date" - dataFormat="date" data-type="date" data-format="yyyy-MM-dd" data-done="sendDate_lte.click()"/> -  -  - <#form:input path="sendDate_lte" readonly="true" maxlength="20" class="form-control laydate width-date" + <#form:input path="sendDate_gte" readonly="true" maxlength="20" class="form-control laydate width-date" + dataFormat="date" data-type="date" data-format="yyyy-MM-dd" data-done="sendDate_lte.click()"/> +  -  + <#form:input path="sendDate_lte" readonly="true" maxlength="20" class="form-control laydate width-date" dataFormat="date" data-type="date" data-format="yyyy-MM-dd"/>
@@ -55,24 +55,24 @@
-
-
-
-
-
-<% } %> +
+
+
+
+
+<% } %>