liyong
2026-04-28 b0a5a9b8ee08eb64f0b422f2fb0c41bc845c75ed
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,