公告时间
This commit is contained in:
@@ -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 (endDate,'%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')
|
||||
</where>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user