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

[会员管理][修改]列表查询条件判断修改

release_toaliyun_real
jinguo24@163.com 7 лет назад
Родитель
Сommit
1092ed9825
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

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

@@ -115,10 +115,10 @@
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>
<if test=" null != phone ">
<if test=" null != phone and phone !='' ">
and `phone` = #{phone}
</if>
<if test=" null != startTime">
<if test=" null != startTime ">
and create_date &gt;= #{startTime}
</if>
@@ -127,7 +127,7 @@
</if>
<if test=" null != name ">
<if test=" null != name and name != '' ">
and `name` like concat('%', #{name},'%')
</if>


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