Browse Source

20211213

master
ruanqi 4 years ago
parent
commit
0d1fe1c3f2
  1. 2
      src/main/resources/mapper/base/BaseMapper.xml

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

@ -452,7 +452,7 @@
select SupplierID,SupplierName from Supplier Where Site=#{site} and SupplierID=#{supplierID} and Active='Y'
</select>
<select id="checkReferencePartInfo" resultType="com.gaotao.modules.base.entity.DowntimeReasonData">
<select id="checkReferencePartInfo" resultType="com.gaotao.modules.base.entity.ReferencePartInfoData">
select Site,PartNo from ReferencePartInfo where CustomerID=#{customerID} and Site=#{site} and FGPartNo=#{fGPartNo} and PartNo=#{partNo}
</select>
<insert id="saveReferencePartInfoData" parameterType="com.gaotao.modules.base.entity.DowntimeReasonData">

Loading…
Cancel
Save