Kaynağa Gözat

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

release_toaliyun_real
gongbiao 7 yıl önce
ebeveyn
işleme
758092971e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml Dosyayı Görüntüle

@@ -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 ">


Yükleniyor…
İptal
Kaydet