|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
|
|
|
<mapper namespace="au.com.royalpay.payment.manage.mappers.act.ActAppMapper">
|
|
|
|
|
<select id="getLatestWindowNotice" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
|
|
select act_id,act_url,`desc`,act_name,window_img,show_type
|
|
|
|
|
select act_id,act_url,`desc`,act_name,window_img,show_type,msg_interval
|
|
|
|
|
from act_app_list l
|
|
|
|
|
where is_valid = 1
|
|
|
|
|
and expire_date > #{now}
|
|
|
|
|