Ver a proveniência

[物业合同][创建][获取签约数据]

release_toaliyun_real
gongbiao há 7 anos
ascendente
cometimento
a753bca194
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Ver ficheiro

@@ -186,7 +186,7 @@
left join wx_shop s on rc.shop_id=s.id left join wx_shop s on rc.shop_id=s.id
left join wx_mall_building b on s.building=b.id left join wx_mall_building b on s.building=b.id
left join wx_mall_floor f on s.floor=f.id left join wx_mall_floor f on s.floor=f.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}
<if test=" null != rentShopType ">and rc.rent_shop_type = #{rentShopType}</if> <if test=" null != rentShopType ">and rc.rent_shop_type = #{rentShopType}</if>
order by id desc order by id desc
</select> </select>


Carregando…
Cancelar
Guardar