@ -289,7 +289,7 @@
</insert>
<select id="searchAccessFieldListByUser" resultType="String">
select field_id from AccessField where username=#{username}
select field_id from AccessField where username=#{username} and field_id in (select field_id from plm_field_list where function_id=#{functionId})
</select>
<select id="selectFieldListWithFunction" resultType="PlmFieldListData">