Просмотр исходного кода

合同续签

release_toaliyun_real
furunxin 5 лет назад
Родитель
Сommit
95975e0ac4
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml Просмотреть файл

@@ -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>


Загрузка…
Отмена
Сохранить