gongchunyi
2026-05-10 fec6c1c27cc4333f1f3b39bd09bd3f4cc201772b
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,