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

[用户管理][修改][添加手机号查询]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
9bf4904976
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

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

@@ -69,7 +69,7 @@
<if test=" null != isAdmin ">
and `is_admin` = #{isAdmin}
</if>
<if test=" null != phone ">
<if test=" null != phone and ''!=phone">
and `phone` = #{phone}
</if>
<if test=" null != bopenId ">


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