@ -18,8 +18,8 @@
from applet_notice
<where>
isShow !=2
and date_format (startDate,'%Y-%m-%d') >= date_format(#{now},'%Y-%m-%d')
and date_format (startDate,'%Y-%m-%d') <= date_format(#{now},'%Y-%m-%d')
and date_format (endDate,'%Y-%m-%d') <= date_format(#{now},'%Y-%m-%d')
and date_format (endDate,'%Y-%m-%d') >= date_format(#{now},'%Y-%m-%d')
</where>
</select>
</mapper>