guoyuji
2024-07-17 c395b0bda650f94bc25bf1fcf8f50abae5b0966f
north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -468,7 +468,6 @@
            and f.this_process = b.this_process
            and f.order_number = a.order_number
            and f.technology_number = a.technology_number
        <if test="nextProcess != null and nextProcess != ''">
            left join (select ifnull(sum(completed_quantity),0) as completed_quantity ,
                            rw.process_id,