Explorar el Código

fix contract bill

release_toaliyun_real
winter hace 2 años
padre
commit
838bc8e739
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  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 Ver fichero

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


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


+ 3
- 3
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Ver fichero

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


<result column="property_name" jdbcType="VARCHAR" property="propertyName"/> <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="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"/> <result column="deposit" jdbcType="VARCHAR" property="deposit"/>




Cargando…
Cancelar
Guardar