Commit 2c85ea4d by jianan

寿险佣金基本信息维护42-在来佣比对页面查询特殊来佣2

parent 746e7f1d
......@@ -57,7 +57,6 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
} else {
this.queryBaseCommission(requestVO, resp);
}
resp.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
} catch (Exception e) {
e.printStackTrace();
......@@ -79,6 +78,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
resp.setDataList(pageInfo.getList());
pageInfo.setList(null);
resp.setPage(pageInfo);
}
private void queryBaseCommission(QueryComeCommissionListRequestVO requestVO, ComeCommissionListResponseVO resp) {
......@@ -86,6 +86,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
PageInfo<ComeCommissionVO> pageInfo = this.queryComeCommissionListPage(requestVO);
resp.setDataList(pageInfo.getList());
pageInfo.setList(null);
resp.setPage(pageInfo);
// 不分页结果集统计总单数,总保费,总来佣,待来佣总数,已比对总数,已退保总数
Map<String, Object> summaries = lifeCommissionMapper.getSummaries(requestVO);
// 不分页结果集统计总寿险经纪人人数
......
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