|
|
@@ -1140,6 +1140,8 @@
|
|
|
<include refid="PublicReleaseAllSql" />
|
|
|
from public_release
|
|
|
where status in(1,2) and aid = #{aid}
|
|
|
+ and release_start <= now()
|
|
|
+ and release_end >= now()
|
|
|
order by release_start desc limit 10
|
|
|
</select>
|
|
|
<select id="selectOutListBoById" resultType="com.goafanti.weChat.bo.OutPublicReleaseList">
|