|
|
|
@ -731,6 +731,9 @@ dbo.Get_Part_DescSpec(site,WX_PartNo) as wxSpec,dbo.Get_WorkCenter_Type(Site,Wor |
|
|
|
<if test="toolID != null and toolID != ''"> |
|
|
|
and T.ToolID = #{toolID} |
|
|
|
</if> |
|
|
|
<if test="itemNo != null and itemNo != ''"> |
|
|
|
and T.ItemNo = #{itemNo} |
|
|
|
</if> |
|
|
|
and T.Site=P.Site and T.ToolID=P.ToolID |
|
|
|
and T.PartNo=#{partNo} |
|
|
|
and T.Site=#{site} and T.RevNo=#{revNo} |
|
|
|
|