Commit 4ace7559 by rongkailun

【修改】应该领域过滤多余选项

parent 3c9955cd
...@@ -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 and id not in (14,15,17) select * from newsclass where p_id=2 and id not in (14,15,17,11)
</select> </select>
<select id="selectYylyList" resultMap="newsMap"> <select id="selectYylyList" resultMap="newsMap">
......
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