Authored by mlge

no message

... ... @@ -264,7 +264,8 @@ public class ShowCtrl {
if( count > 0){//当前行的数据
if( count > 0){
//count --总页数
count = count % 5 ==0 ? count/5 : (count/5 + 1);
pageListResp.iTotalDisplayRecords(count).iTotalRecords(count);
... ...