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

[活动报名][修改][查询语句判断]

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

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

@@ -36,9 +36,9 @@
and `tenant_id` = #{tenantId}
</if>
<if test=" null != name and ''!=name">
and `name` = #{name}
and `name` like concat('%', #{name},'%')
</if>
<if test=" null != phone ">
<if test=" null != phone and ''!=phone">
and `phone` = #{phone}
</if>
<if test=" null != sex ">


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