Commit 581f836f authored by chenzhao's avatar chenzhao

修改bug

parent 54c4ee3e
......@@ -212,7 +212,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal
iPage.setRecords(list);
iPage.setTotal(
alertCalledMapper.selectAllCount(alertStatus, alertTypeCode, alertSourceCode, startTime, endTime,isFatherAlert));
iPage.setSize(pageBean.getSize());
//iPage.setSize(pageBean.getSize());
return iPage;
/* bug2407 表头筛选失效 补充条件方法 XML中添加了排序条件判断 data代表排序条件 lift 升降序 陈召 2021-09-03 结束 */
......
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