Преглед изворни кода

fix contract

release_toaliyun_real
winter пре 1 година
родитељ
комит
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


Loading…
Откажи
Сачувај