|
|
|
@ -62,7 +62,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getFlag" resultType="String"> |
|
|
|
select value from checkPartIfOldcheckPartIfOld where type=#{type} |
|
|
|
select value from TableBase where type=#{type} |
|
|
|
</select> |
|
|
|
<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 |
|
|
|
|