update wms_qc_receive_item
set in_qty=in_qty + #{inQty},
unqualified_qty=unqualified_qty + #{unqualifiedQty},
qualified_qty=qualified_qty + #{qualifiedQty}
where id = #{id}
update wms_qc_receive_item
set check_qty=check_qty + #{InspectionQty}
where note_num = #{ noteNum}
and line_number = #{ lineNumber}
and material_doc = #{materialDoc}
and item_code = #{ itemCode}