north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
@@ -268,4 +268,12 @@ </select> <select id="selectFinishQuantity"> select sum(a.completed_quantity) from (Select completed_quantity from pp.reporting_work_detail where reporting_work_id = #{reportingWorkId} group by order_number) a </select> </mapper>