Ver a proveniência

合同续签

release_toaliyun_real
furunxin há 6 anos
ascendente
cometimento
95975e0ac4
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

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

@@ -390,7 +390,7 @@
and rc.`parent_tenant_id` = #{parentTenantId}
</if>
and rc.id not in (select pc.rent_contract_id from (
select rent_contract_id from wx_property_contract where 1=1
select rent_contract_id from wx_property_contract where 1=1 and `status`!=6
<if test=" null != tenantId and '' != tenantId">
and `tenant_id` = #{tenantId}
</if>


Carregando…
Cancelar
Guardar