Commit fa5b933b authored by 李灿灿's avatar 李灿灿

封面抬头字段

parent c1621190
...@@ -36,6 +36,12 @@ public class ProjectSetInfoVo implements Serializable { ...@@ -36,6 +36,12 @@ public class ProjectSetInfoVo implements Serializable {
@Schema(description = "项目名称") @Schema(description = "项目名称")
private String departName; private String departName;
/**
* 封面抬头
*/
@Schema(description = "封面抬头")
private String invoiceTitle;
/** /**
* 所属客户 * 所属客户
*/ */
...@@ -58,7 +64,7 @@ public class ProjectSetInfoVo implements Serializable { ...@@ -58,7 +64,7 @@ public class ProjectSetInfoVo implements Serializable {
* 商险结算类型:0预估 1 实缴 * 商险结算类型:0预估 1 实缴
*/ */
@Schema(description = "商险结算类型") @Schema(description = "商险结算类型")
private String insuranceSettleType = CommonConstants.ONE_STRING; private String insuranceSettleType;
/** /**
* 业务类型一级分类 * 业务类型一级分类
......
...@@ -234,7 +234,8 @@ ...@@ -234,7 +234,8 @@
a.BUSINESS_PRIMARY_TYPE, a.BUSINESS_PRIMARY_TYPE,
a.BUSINESS_SECOND_TYPE, a.BUSINESS_SECOND_TYPE,
a.BUSINESS_THIRD_TYPE, a.BUSINESS_THIRD_TYPE,
a.STOP_FLAG a.STOP_FLAG,
a.INVOICE_TITLE
FROM t_settle_domain a FROM t_settle_domain a
LEFT JOIN t_customer_info c ON a.CUSTOMER_ID = c.ID LEFT JOIN t_customer_info c ON a.CUSTOMER_ID = c.ID
where 1=1 where 1=1
......
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