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

update

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
3927d376dc
1 измењених фајлова са 0 додато и 6 уклоњено
  1. +0
    -6
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 0
- 6
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Прегледај датотеку

@@ -155,9 +155,6 @@
<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 != bopenId ">
and `bopen_id`=#{bopenId}
</if>
@@ -217,9 +214,6 @@
<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 != phone ">
and `phone`=#{phone}
</if>


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