Browse Source

[用户信息][修复]

release_toaliyun_real
Stormeye.Wu 7 years ago
parent
commit
91fd7c4b53
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml View File

@@ -31,6 +31,10 @@
and `id` = #{id}
</if>

<if test=" null != tenantId ">
and c.`tenant_id` like concat('%', #{tenantId},'%')
</if>

<if test=" null != phone ">
and `phone` like concat('%', #{phone},'%')
</if>
@@ -75,10 +79,6 @@
and c.`update_date` = #{updateDate}
</if>

<if test=" null != tenantId ">
and c.`tenant_id` like concat('%', #{tenantId},'%')
</if>

<if test=" null != name ">
and c.`name` like concat('%', #{name},'%')
</if>


Loading…
Cancel
Save