Commit cd9e32b3 authored by 赵啸非's avatar 赵啸非

修改统计报表

parent e4c8008f
...@@ -303,8 +303,7 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD ...@@ -303,8 +303,7 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
List<PhQueueStatEntity> billInfos = this.getBillInfos(query, pageInfo, context); List<PhQueueStatEntity> billInfos = this.getBillInfos(query, pageInfo, context);
result.setList(billInfos); result.setList(billInfos);
result.setPageInfo(pageInfo); result.setPageInfo(pageInfo);
return result;
return super.find(entity, pageInfo, context);
} }
@Override @Override
......
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