liyong
2026-05-25 1d2465f8fc1c63ab8d1b01cd379f17c2b94be78f
src/main/resources/mapper/production/ProductProcessMapper.xml
@@ -33,7 +33,7 @@
        order by pp.id asc
    </select>
    <select id="calculateProductionStatistics" resultType="com.ruoyi.home.dto.processDataProductionStatisticsDto">
    <select id="calculateProductionStatistics" resultType="com.ruoyi.home.dto.ProcessDataProductionStatisticsDto">
        SELECT
        pp.type AS processType,
        SUM(pi.quantity) AS totalInput,