Commit 290ea0ec authored by fangxinjiang's avatar fangxinjiang

商险相关字段调整-fxj

parent afa5c16d
...@@ -228,4 +228,8 @@ public class RefundExportListVo implements Serializable { ...@@ -228,4 +228,8 @@ public class RefundExportListVo implements Serializable {
*/ */
@Schema(description = "是否地市自购") @Schema(description = "是否地市自购")
private String isAdress; private String isAdress;
@Schema(description ="客户名称")
private String unitName;
} }
...@@ -1212,7 +1212,7 @@ ...@@ -1212,7 +1212,7 @@
refund.CREATE_NAME as createName, refund.CREATE_NAME as createName,
a.REDUCE_HANDLE_STATUS as reduceHandleStatus, a.REDUCE_HANDLE_STATUS as reduceHandleStatus,
refund.REMARK as remark, refund.REMARK as remark,
a.IS_ADRESS as isAdress a.IS_ADRESS as isAdress,a.UNIT_NAME as unitName
from from
t_insurance_detail a, t_insurance_detail a,
t_insurance_refund refund t_insurance_refund refund
...@@ -1250,7 +1250,7 @@ ...@@ -1250,7 +1250,7 @@
refund.CREATE_NAME as createName, refund.CREATE_NAME as createName,
a.POLICY_NO as policyNo, a.POLICY_NO as policyNo,
refund.REMARK as remark, refund.REMARK as remark,
a.IS_ADRESS as isAdress a.IS_ADRESS as isAdress,a.UNIT_NAME as unitName
from from
t_insurance_detail a, t_insurance_detail a,
t_insurance_refund refund t_insurance_refund refund
......
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