xhxu 4 лет назад
Родитель
Сommit
e2b19c75b9
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

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

@@ -624,6 +624,9 @@
<if test=" null != parentTenantId and '' != parentTenantId">
and rc.`parent_tenant_id` = #{parentTenantId}
</if>
<if test=" null != contractNumber and '' != contractNumber">
and rc.`contract_number` = #{contractNumber}
</if>
<if test=" null != rentId and '' != rentId">
and rc.`id` = #{rentId}
</if>


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