Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
55aee6fd5f
3 changed files with 3381 additions and 3357 deletions
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java
  2. +3376
    -3356
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java
  3. +2
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

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

@@ -198,6 +198,9 @@ public class WxRentContract extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "保底营业额", name = "revenue")
private String revenue;
@io.swagger.annotations.ApiModelProperty(value = "最低扣点营业额(达到此营业额才会扣点)", name = "limitRevenue")
private String limitRevenue;
@io.swagger.annotations.ApiModelProperty(value = "联营扣点租金取高租金价格是否固定", name = "revenueFixedRentPrice")
private Integer revenueFixedRentPrice;
@io.swagger.annotations.ApiModelProperty(value = "联营扣点租金取高租金固定价格", name = "revenueRentPrice")


+ 3376
- 3356
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java
File diff suppressed because it is too large
View File


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

@@ -36,6 +36,7 @@
<result column="lease" jdbcType="INTEGER" property="lease"/>
<result column="type" jdbcType="INTEGER" property="type"/>
<result column="revenue" jdbcType="VARCHAR" property="revenue"/>
<result column="limit_revenue" jdbcType="VARCHAR" property="limitRevenue"/>
<result column="revenue_ratio" jdbcType="INTEGER" property="revenueRatio"/>
<result column="revenue_ratio_way" jdbcType="INTEGER" property="revenueRatioWay"/>
<result column="revenue_ratio_set" jdbcType="VARCHAR" property="revenueRatioSet"/>
@@ -94,7 +95,7 @@
`day_price_calcute`,`first_bill_date_start`,`first_bill_date_end`,`month_average_days`,`free_period_remark`,
`deposit`,cashtype_content_lsit,cashtype_lsit,`is_del`,`revenue_jumps_remark`,
`updatetime`,`createtime`,`link_person`,`link_phone`,`link_address`,
`pay_account`,`filename`,`lease`,`type`,`revenue`,`revenue_ratio`,`revenue_ratio_way`,`revenue_ratio_set`,`adjust_ratio`,`adjust_period`,`pay_ratio`,
`pay_account`,`filename`,`lease`,`type`,`revenue`,`limit_revenue`,`revenue_ratio`,`revenue_ratio_way`,`revenue_ratio_set`,`adjust_ratio`,`adjust_period`,`pay_ratio`,
`start_date`,`end_date`,`from_id`,`end_contract_time`,`revenue_fixed_rent_price`,`revenue_rent_price`,
`apply_status`,`bank_name`,`fix_start_date`,`fix_end_date`,`pay_period_rate`,`create_by_name`,`update_by_name`,
`business_type`,`rent_info`, `file_names`,price_unit,rent_price,other_rent_price_info,`subject_name`,rent_start_type,


Loading…
Cancel
Save