Commit fc6d07d0 by 吴迪

【新增】修改sql文件

parent d24aa6bf
......@@ -665,7 +665,7 @@ ORDER BY
</select>
<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 id="selectYylyList" resultMap="newsMap">
......
......@@ -63,8 +63,7 @@
AND b.levels > 0
</otherwise>
</choose>
ORDER BY
a.newsid DESC
order by b.levels desc,b.releasedate desc
</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