|
@@ -1390,7 +1390,6 @@
|
|
ORDER BY apo.PURCHASE_ORDER_DATE DESC
|
|
ORDER BY apo.PURCHASE_ORDER_DATE DESC
|
|
)
|
|
)
|
|
</select>
|
|
</select>
|
|
-<<<<<<< HEAD
|
|
|
|
|
|
|
|
<!-- 进口矿查询采购订单号-->
|
|
<!-- 进口矿查询采购订单号-->
|
|
<select id="getPurchaseOrderListForImported" parameterType="java.util.Map" resultType="java.util.Map">
|
|
<select id="getPurchaseOrderListForImported" parameterType="java.util.Map" resultType="java.util.Map">
|
|
@@ -1451,16 +1450,16 @@
|
|
select SPLIT_WORDS from TMSTRAIN_SPLIT where SPLIT_TYPE='进口矿'
|
|
select SPLIT_WORDS from TMSTRAIN_SPLIT where SPLIT_TYPE='进口矿'
|
|
</select>
|
|
</select>
|
|
|
|
|
|
-=======
|
|
|
|
|
|
+
|
|
<select id="getPortIdByPortName" resultType="java.math.BigDecimal" parameterType="java.lang.String">
|
|
<select id="getPortIdByPortName" resultType="java.math.BigDecimal" parameterType="java.lang.String">
|
|
select RP.PORT_ID "portId"
|
|
select RP.PORT_ID "portId"
|
|
from RMS_PORT RP
|
|
from RMS_PORT RP
|
|
WHERE RP.PORT_NAME = #{portName}
|
|
WHERE RP.PORT_NAME = #{portName}
|
|
</select>
|
|
</select>
|
|
|
|
+
|
|
<select id="getGridIdByPortAndBatch" resultType="java.math.BigDecimal" parameterType="java.util.Map">
|
|
<select id="getGridIdByPortAndBatch" resultType="java.math.BigDecimal" parameterType="java.util.Map">
|
|
select WGM.GM_ID "gmId"
|
|
select WGM.GM_ID "gmId"
|
|
from WMSH_GRID_MATERIAL WGM
|
|
from WMSH_GRID_MATERIAL WGM
|
|
WHERE WGM.PORT_ID=#{portId} AND WGM.BATCH_ID = #{batchId}
|
|
WHERE WGM.PORT_ID=#{portId} AND WGM.BATCH_ID = #{batchId}
|
|
</select>
|
|
</select>
|
|
->>>>>>> 2215184b6872cb72965fc471b6600442cbc11894
|
|
|
|
</mapper>
|
|
</mapper>
|