| | |
| | | </update> |
| | | |
| | | <update id="updateOrderProcessDetail" > |
| | | update sd.order_process_detail set reporting_work_num=reporting_work_num-#{patchLog.patchNum} where order_id=#{patchLog.orderId} and |
| | | order_number=#{patchLog.orderSort} and technology_number=#{patchLog.technologyNumber} and id <![CDATA[<]]> (select a.opdid from(select id as opdid from |
| | | sd.order_process_detail opd where opd.order_id=#{patchLog.orderId} and opd.order_number=#{patchLog.orderSort} and opd.technology_number=#{patchLog.technologyNumber} |
| | | and process=#{patchLog.patchProcesses}) as a) |
| | | update sd.order_process_detail |
| | | set reporting_work_num=reporting_work_num - #{patchLog.patchNum} |
| | | where order_id = #{patchLog.orderId} |
| | | and process_id = #{patchLog.processId} |
| | | and order_number = #{patchLog.orderSort} |
| | | and technology_number = #{patchLog.technologyNumber} |
| | | and id <![CDATA[<]]> (select a.opdid |
| | | from (select id as opdid |
| | | from sd.order_process_detail opd |
| | | where opd.order_id = #{patchLog.orderId} |
| | | and opd.process_id = #{patchLog.processId} |
| | | and opd.order_number = #{patchLog.orderSort} |
| | | and opd.technology_number = #{patchLog.technologyNumber} |
| | | and process = #{reportingWork.thisProcess}) as a) |
| | | </update> |
| | | |
| | | <update id="updateDamageDetails" > |
| | |
| | | od.width, |
| | | od.height, |
| | | od.shape, |
| | | dd.responsible_process as patchProcesses, |
| | | dd.breakage_quantity-dd.quantity as breakageQuantity, |
| | | dd.return_process as patchProcesses, |
| | | dd.breakage_reason as patchReason, |