|
|
@ -168,6 +168,7 @@ left join plm_request_node as d on a.site = d.site and prh.classification_no = d |
|
|
<!-- AND bu_no in ( select bu_no from AccessBu where site=#{query.site} and username=#{query.userName})--> |
|
|
<!-- AND bu_no in ( select bu_no from AccessBu where site=#{query.site} and username=#{query.userName})--> |
|
|
<!-- </if>--> |
|
|
<!-- </if>--> |
|
|
</where> |
|
|
</where> |
|
|
|
|
|
order by a.apply_no desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="searchToolApplyDetail" resultType="PlmProjectToolApplyDetailData"> |
|
|
<select id="searchToolApplyDetail" resultType="PlmProjectToolApplyDetailData"> |
|
|
|