Przeglądaj źródła

fix contract bill

release_toaliyun_real
winter 2 lat temu
rodzic
commit
838bc8e739
2 zmienionych plików z 6 dodań i 6 usunięć
  1. +3
    -3
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java
  2. +3
    -3
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 3
- 3
mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java Wyświetl plik

@@ -175,13 +175,13 @@ public class WxRentContract extends TenantEntity {
//物业公司名称
private String propertyName;
//物业费金额(分/月)
private Integer propertyFee;
private String propertyFee;
//物业费支付周期(月/季/年)
private Integer feeCycle;
//水费(分/吨)
private Integer waterFee;
private String waterFee;
//电费(分/度)
private Integer electricityFees;
private String electricityFees;

//乙方信息
//联系方式


+ 3
- 3
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Wyświetl plik

@@ -30,10 +30,10 @@
<result column="second_party_tax_info" jdbcType="VARCHAR" property="secondPartyTaxInfo"/>

<result column="property_name" jdbcType="VARCHAR" property="propertyName"/>
<result column="property_fee" jdbcType="INTEGER" property="propertyFee"/>
<result column="property_fee" jdbcType="VARCHAR" property="propertyFee"/>
<result column="fee_cycle" jdbcType="INTEGER" property="feeCycle"/>
<result column="water_fee" jdbcType="INTEGER" property="waterFee"/>
<result column="electricity_fees" jdbcType="INTEGER" property="electricityFees"/>
<result column="water_fee" jdbcType="VARCHAR" property="waterFee"/>
<result column="electricity_fees" jdbcType="VARCHAR" property="electricityFees"/>

<result column="deposit" jdbcType="VARCHAR" property="deposit"/>



Ładowanie…
Anuluj
Zapisz