Browse Source

公告时间

master
wangpengfei 1 year ago
parent
commit
a1ce90dfe4
  1. 4
      src/main/java/com/yxt/yythmall/biz/appletnotice/AppletNoticeMapper.xml

4
src/main/java/com/yxt/yythmall/biz/appletnotice/AppletNoticeMapper.xml

@ -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') &lt;= date_format(#{now},'%Y-%m-%d')
and date_format (startDate,'%Y-%m-%d') &lt;= date_format(#{now},'%Y-%m-%d')
and date_format (endDate,'%Y-%m-%d') >= date_format(#{now},'%Y-%m-%d')
</where>
</select>
</mapper>
Loading…
Cancel
Save