Commit bfb8d09d by jianan

来佣后续2

parent c4f6fc98
......@@ -52,6 +52,6 @@ public class ComeCommissionVO {
private String commissionItem;//佣金项目(1:销售拥金;2:销售奖金;3:销售津贴;4:续期佣金;5:服务津贴;等等)
private String commissionItemName;
private String insurerBrachId;
private String insurerBrachName;
private String insurerBranchId;
private String insurerBranchName;
}
......@@ -24,8 +24,8 @@
o.commission_type commissionType,
o.commission_item commissionItem,
b.id insurerBrachId,
b.branch_name insurerBrachName,
b.id insurerBranchId,
b.branch_name insurerBranchName,
(case when o.cover_term in ('1','2','3') then o.coverageTerm else e.coverageTerm END) coverageTerm,
IFNULL(o.payTerm,e.payTerm) payTerm,
......@@ -287,8 +287,8 @@
o.commission_type commissionType,
o.commission_item commissionItem,
b.id insurerBrachId,
b.branch_name insurerBrachName,
b.id insurerBranchId,
b.branch_name insurerBranchName,
null as coverageTerm,
null as payTerm,
......
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