Explorar el Código

qiandao

release_toaliyun_real
xhxu hace 5 años
padre
commit
6cff0143a5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxActivityMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxActivityMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar