xhxu 5 лет назад
Родитель
Сommit
6cff0143a5
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxActivityMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxActivityMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить