Procházet zdrojové kódy

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

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
758092971e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit