Quellcode durchsuchen

fix contract

release_toaliyun_real
winter vor 1 Jahr
Ursprung
Commit
3c063b97da
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml Datei anzeigen

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


Laden…
Abbrechen
Speichern