Commit 11415a09 authored by maliang's avatar maliang

上传bug修复

parent e4354496
...@@ -39,9 +39,7 @@ ...@@ -39,9 +39,7 @@
and a.release_status = #{status} and a.release_status = #{status}
</if> </if>
ORDER BY a.report_date DESC ORDER BY a.report_date DESC
<if test="page != null and page!='' "> limit #{page},#{limit};
limit #{page},#{limit};
</if>
</select> </select>
<select id="selectTableListMonthCount" resultType="Integer" parameterType="com.boot.security.server.model.BaseSettlement"> <select id="selectTableListMonthCount" resultType="Integer" parameterType="com.boot.security.server.model.BaseSettlement">
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
,page: true ,page: true
,toolbar:'true' ,toolbar:'true'
,defaultToolbar: ['exports'] ,defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,40000] ,limits:[20,30,40,50,60,70,80,90,40000]
,height:500 ,height:500
,cols: [[ ,cols: [[
......
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
,page: true ,page: true
,toolbar:'true' ,toolbar:'true'
,defaultToolbar: ['exports'] ,defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,30000] ,limits:[20,30,40,50,60,70,80,90,30000]
,height:500 ,height:500
,cols: [[ ,cols: [[
......
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
, page: true , page: true
, toolbar: 'true' , toolbar: 'true'
, defaultToolbar: ['exports'] , defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,400] ,limits:[20,30,40,50,60,70,80,90,400]
,height:500 ,height:500
, cols: [[ , cols: [[
...@@ -99,6 +100,7 @@ ...@@ -99,6 +100,7 @@
,page: true ,page: true
,toolbar:'true' ,toolbar:'true'
,defaultToolbar: ['exports'] ,defaultToolbar: ['exports']
,limit:20
,limits:[20,30,40,50,60,70,80,90,400] ,limits:[20,30,40,50,60,70,80,90,400]
,height:500 ,height:500
,cols: [[ ,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