@@ -131,6 +131,6 @@
select
<include refid="Base_Column_List" />
from ta_sys_menu
- where community_id = #{communityId,jdbcType=INTEGER}
+ where community_id = #{communityId,jdbcType=INTEGER} and status = 0
</select>
</mapper>