|
|
|
@ -607,7 +607,8 @@ |
|
|
|
SET QtyToIssue = #{qtyToIssue,jdbcType=DOUBLE}, |
|
|
|
component_scrap = #{componentScrap,jdbcType=DOUBLE}, |
|
|
|
first_inspection_qty = #{firstInspectionQty,jdbcType=DOUBLE}, |
|
|
|
standard_dosage = #{standardDosage,jdbcType=DOUBLE} |
|
|
|
standard_dosage = #{standardDosage,jdbcType=DOUBLE}, |
|
|
|
warehouse_id = #{warehouseId} |
|
|
|
WHERE Site = #{site} and NotifyNo = #{notifyNo} and ItemNo = #{itemNo} and BOMItemNo = #{bOMItemNo} |
|
|
|
</update> |
|
|
|
|
|
|
|
|