Browse Source

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

release_toaliyun_real
gongbiao 7 years ago
parent
commit
758092971e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml View File

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


Loading…
Cancel
Save