Browse Source

fix

release_toaliyun_real
winter 2 years ago
parent
commit
58a2e5fba8
2 changed files with 6 additions and 1 deletions
  1. +4
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java
  2. +2
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 4
- 0
mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java View File

@@ -427,6 +427,10 @@ public class WxRentContract extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "到期提醒手机号", name = "outDateNotifyPhone")
private String outDateNotifyPhone;
@io.swagger.annotations.ApiModelProperty(value = "到期提醒手机号", name = "outDateNotifyPhone")
private String designFile;
//查询过期提醒
@TableField(exist = false)
private Integer outDateNofity;


+ 2
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml View File

@@ -127,6 +127,7 @@
<result column="out_date_notify_days" jdbcType="INTEGER" property="outDateNotifyDays"/>
<result column="out_date_notify_phone" jdbcType="VARCHAR" property="outDateNotifyPhone"/>
<result column="design_file" jdbcType="VARCHAR" property="designFile"/>
</resultMap>

<sql id="allColumns">
@@ -144,7 +145,7 @@
`business_type`,`rent_info`, `file_names`,price_unit,rent_price,other_rent_price_info,`subject_name`,rent_start_type,
`rent_input_way`,`adjust_ratio_way`,`operation_type`,late_pay_ratio,late_pay_day,bus_discount_ratio,bus_discount_time,
bussiness_management_fee,bussiness_management_fee_ratio_way,bussiness_management_fee_ratio,
operating_management_fee,operating_management_fee_ratio_way,operating_management_fee_ratio,out_date_notify_days,out_date_notify_phone
operating_management_fee,operating_management_fee_ratio_way,operating_management_fee_ratio,out_date_notify_days,out_date_notify_phone,design_file
</sql>




Loading…
Cancel
Save