公告时间
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
from applet_notice
|
from applet_notice
|
||||||
<where>
|
<where>
|
||||||
isShow !=2
|
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>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user