Commit a3f6d978 authored by huyuchen's avatar huyuchen

消息提醒修改

parent fb33c4da
......@@ -203,15 +203,6 @@ public class SysHouseHoldInfo extends BaseEntity {
@ExcelProperty("公积金承办银行")
private String fundBank;
/**
* 比例
*/
@ExcelAttribute(name = "比例" )
@Schema(description ="比例")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("比例")
private String fundPer;
/**
* 审核人部门
*/
......
......@@ -47,7 +47,6 @@
<result property="houseType" column="HOUSE_TYPE"/>
<result property="customerNo" column="CUSTOMER_NO"/>
<result property="unitCreditCode" column="UNIT_CREDIT_CODE"/>
<result property="fundPer" column="FUND_PER"/>
<result property="fundBank" column="FUND_BANK"/>
</resultMap>
......@@ -81,7 +80,6 @@
a.HOUSE_TYPE,
a.CUSTOMER_NO,
a.UNIT_CREDIT_CODE,
a.FUND_PER,
a.FUND_BANK,
a.HANDLE_USER_NAME
</sql>
......
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