Przeglądaj źródła

[用户信息][修复]

release_toaliyun_real
Stormeye.Wu 7 lat temu
rodzic
commit
91fd7c4b53
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz