ruanqi 3 years ago
parent
commit
b169683300
  1. 2
      src/main/resources/mapper/pda/PdaOrderMapper.xml

2
src/main/resources/mapper/pda/PdaOrderMapper.xml

@ -62,7 +62,7 @@
</select> </select>
<select id="getFlag" resultType="String"> <select id="getFlag" resultType="String">
select value from TableBase where type=#{type}
select value from checkPartIfOldcheckPartIfOld where type=#{type}
</select> </select>
<select id="checkPartIfOld" resultType="com.jtem.modules.Schedule.entity.InventoryStockData"> <select id="checkPartIfOld" resultType="com.jtem.modules.Schedule.entity.InventoryStockData">
select Site,PartNo,BatchNo from InventoryStock where Site=#{site} and partNo=#{partNo} and WarehouseID = #{warehouseID} and select Site,PartNo,BatchNo from InventoryStock where Site=#{site} and partNo=#{partNo} and WarehouseID = #{warehouseID} and

Loading…
Cancel
Save