Procházet zdrojové kódy

qiandao

release_toaliyun_real
xhxu před 5 roky
rodič
revize
6cff0143a5
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxActivityMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxActivityMapper.xml Zobrazit soubor

@@ -92,6 +92,10 @@
<if test=" null != starttime and null != endtime ">
and `create_time` between #{starttime} and #{endtime}
</if>

<if test=" null != starttime and null != endtime ">
and `activity_start_time` &gt;= #{starttime} and `activity_end_time` &lt;= #{starttime}
</if>
<if test=" null != sendMsg ">
and `send_msg` = #{sendMsg}


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