|
@@ -1016,6 +1016,7 @@
|
|
WHERE APO.PURCHASE_ORDER_ID IS NOT NULL
|
|
WHERE APO.PURCHASE_ORDER_ID IS NOT NULL
|
|
and DB.RESULT_FOREIGN_SHIP_NAME like #{index}
|
|
and DB.RESULT_FOREIGN_SHIP_NAME like #{index}
|
|
and DB.MATERIAL_ID = #{materialId}
|
|
and DB.MATERIAL_ID = #{materialId}
|
|
|
|
+ and APO.DELETED = 0
|
|
</select>
|
|
</select>
|
|
<select id="getCapacityTel" resultType="java.util.Map" parameterType="decimal">
|
|
<select id="getCapacityTel" resultType="java.util.Map" parameterType="decimal">
|
|
SELECT RC.CAPACITY_TEL "capacityTel" FROM RMS_CAPACITY RC
|
|
SELECT RC.CAPACITY_TEL "capacityTel" FROM RMS_CAPACITY RC
|