Commit 37e5ac5c by rongkailun

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

parent 4ace7559
......@@ -665,7 +665,7 @@ ORDER BY
</select>
<select id="columnList" resultType="java.util.Map">
select * from newsclass where p_id=2 and id not in (14,15,17,11)
select * from newsclass where p_id=2 and id not in (11)
</select>
<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