Commit 11415a09 authored by maliang's avatar maliang

上传bug修复

parent e4354496
......@@ -39,9 +39,7 @@
and a.release_status = #{status}
</if>
ORDER BY a.report_date DESC
<if test="page != null and page!='' ">
limit #{page},#{limit};
</if>
limit #{page},#{limit};
</select>
<select id="selectTableListMonthCount" resultType="Integer" parameterType="com.boot.security.server.model.BaseSettlement">
......
......@@ -51,6 +51,7 @@
,page: true
,toolbar:'true'
,defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,40000]
,height:500
,cols: [[
......
......@@ -96,6 +96,7 @@
,page: true
,toolbar:'true'
,defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,30000]
,height:500
,cols: [[
......
......@@ -72,6 +72,7 @@
, page: true
, toolbar: 'true'
, defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,400]
,height:500
, cols: [[
......@@ -99,6 +100,7 @@
,page: true
,toolbar:'true'
,defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,400]
,height:500
,cols: [[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment