Просмотр исходного кода

[用户信息][修复]

release_toaliyun_real
Stormeye.Wu 7 лет назад
Родитель
Сommit
91fd7c4b53
1 измененных файлов: 4 добавлений и 4 удалений
  1. +4
    -4
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Просмотреть файл

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


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

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


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

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


Загрузка…
Отмена
Сохранить