Browse Source

fix contract

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
df162870bc
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java
  2. +2
    -2
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java View File

@@ -22,6 +22,7 @@ public class WxRentPropertyContractVo extends TenantEntity {

@io.swagger.annotations.ApiModelProperty(value = "商铺号", name = "shopName")
private String shopName;
private String shopNumber;

@io.swagger.annotations.ApiModelProperty(value = "商铺信息", name = "rentInfo")
private String rentInfo;


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

@@ -575,7 +575,7 @@
and rc.business_id in (${businessForRule})
</if>
<if test="null != rentShopType and 1 == rentShopType and null != floorForRule and '' != floorForRule ">
<!-- <if test="null != rentShopType and 1 == rentShopType and null != floorForRule and '' != floorForRule ">
and rc.`id` in
<foreach collection="tempShop" index="idx" separator=" union all " open="(" close=")">
select id from wx_rent_contract where 1=1
@@ -595,7 +595,7 @@
</if>
and floor in (${floorForRule}))
</foreach>
</if>
</if> -->
<!-- <if test="null != rentShopType and 2 == rentShopType and null != floorForRule and '' != floorForRule ">
and rc.shop_id in (select id from wx_shop where 1=1
<if test=" null != tenantId and '' != tenantId">


Loading…
Cancel
Save