Procházet zdrojové kódy

[BUG][ID1000906][云端测试-version:.538.707:合同下-租赁签约意向合同没有审核成功,在物业可展示出来]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
5ba020fdc2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml Zobrazit soubor

@@ -175,9 +175,9 @@
<select id="getRentContractList" parameterType="hashmap" resultType="com.iformall.domain.po.WxRentContract"> <select id="getRentContractList" parameterType="hashmap" resultType="com.iformall.domain.po.WxRentContract">
select rc.*,s.shop_number from wx_rent_contract rc inner join wx_shop s on rc.shop_id=s.id select rc.*,s.shop_number from wx_rent_contract rc inner join wx_shop s on rc.shop_id=s.id
where rc.status not in(1,5,6,7) and rc.tenant_id=#{tenantId}
where rc.status not in(0,1,5,6,7) and rc.tenant_id=#{tenantId}
and rc.id not in (select pc.rent_contract_id from ( and rc.id not in (select pc.rent_contract_id from (
select rent_contract_id from wx_property_contract where status not in(5,6,7) and tenant_id=#{tenantId}
select rent_contract_id from wx_property_contract where status not in(0,1,5,6,7) and tenant_id=#{tenantId}
) pc) ) pc)
<if test=" null != rentShopType ">and rent_shop_type = #{rentShopType}</if> <if test=" null != rentShopType ">and rent_shop_type = #{rentShopType}</if>
</select> </select>


Načítá se…
Zrušit
Uložit