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