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

fix contract

release_toaliyun_real
winter 1 год назад
Родитель
Сommit
3c063b97da
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml

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

@@ -21,7 +21,7 @@
<if test=" null != id ">and `id` = #{id}</if>
<if test=" null != tenantId and '' != tenantId"> and `tenant_id` = #{tenantId} </if>
<if test=" null != parentTenantId and '' != parentTenantId"> and `parent_tenant_id` = #{parentTenantId} </if>
<if test=" null != isDel and '' != isDel">and `is_del` = #{isDel}</if>
<if test=" null != isDel">and `is_del` = #{isDel}</if>
<if test=" null != name and '' != name">and `name` like concat('%', #{name},'%') </if>
<if test=" null != ids ">
and id in


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