Commit f15d3ace by zhangxingmin

push

parent f4046bfe
...@@ -113,4 +113,14 @@ public class ApiPremiumReconciliationPageResponse { ...@@ -113,4 +113,14 @@ public class ApiPremiumReconciliationPageResponse {
* 对账公司(保单表) * 对账公司(保单表)
*/ */
private String reconciliationCompany; private String reconciliationCompany;
/**
* 当前期数
*/
private String currentIssueNumber;
/**
* 对账类型
*/
private String reconciliationType;
} }
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
resultType="com.yd.csf.feign.response.premiumreconciliation.ApiPremiumReconciliationPageResponse"> resultType="com.yd.csf.feign.response.premiumreconciliation.ApiPremiumReconciliationPageResponse">
SELECT SELECT
pr.premium_reconciliation_biz_id, pr.premium_reconciliation_biz_id,
pr.current_issue_number,
pr.reconciliation_type,
MAX(p.insurance_company) AS insuranceCompany, MAX(p.insurance_company) AS insuranceCompany,
pr.policy_no, pr.policy_no,
MAX(pf.status) AS policyFollowStatus, MAX(pf.status) AS policyFollowStatus,
......
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