Browse Source

部分更新

master
ruanqi 4 years ago
parent
commit
09180aa2c1
  1. 3
      src/main/resources/mapper/base/BaseMapper.xml

3
src/main/resources/mapper/base/BaseMapper.xml

@ -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}

Loading…
Cancel
Save