@@ -48,7 +48,7 @@
<select id="selectSysrecommendVo" resultMap="MatterResult">
select id,title, type, department,operation,address,phone,picture,examine ,content ,create_by,create_time,update_by,update_time from jnb_list_of_matters
- where operation=0
+ where operation=0 AND examine=1
</select>