Commit fc6d07d0 by 吴迪

【新增】修改sql文件

parent d24aa6bf
...@@ -665,7 +665,7 @@ ORDER BY ...@@ -665,7 +665,7 @@ ORDER BY
</select> </select>
<select id="columnList" resultType="java.util.Map"> <select id="columnList" resultType="java.util.Map">
select * from newsclass where p_id=2 select * from newsclass where p_id=2 and id not in (14,15,17)
</select> </select>
<select id="selectYylyList" resultMap="newsMap"> <select id="selectYylyList" resultMap="newsMap">
......
...@@ -63,8 +63,7 @@ ...@@ -63,8 +63,7 @@
AND b.levels > 0 AND b.levels > 0
</otherwise> </otherwise>
</choose> </choose>
ORDER BY order by b.levels desc,b.releasedate desc
a.newsid DESC
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment