|
|
@ -289,7 +289,7 @@ |
|
|
</insert> |
|
|
</insert> |
|
|
|
|
|
|
|
|
<select id="searchAccessFieldListByUser" resultType="String"> |
|
|
<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> |
|
|
|
|
|
|
|
|
<select id="selectFieldListWithFunction" resultType="PlmFieldListData"> |
|
|
<select id="selectFieldListWithFunction" resultType="PlmFieldListData"> |
|
|
|