zhanghl
2025-04-16 55b27f5ff82fcb1e81340bb3793ad4d5abd51072
aps-modules/aps-core/src/main/resources/mapper/core/ApsWeldSeamMapper.xml
@@ -153,4 +153,14 @@
            #{id}
        </foreach>
    </delete>
    <select id="weldSeamStat" parameterType="java.util.List" resultType="com.aps.core.domain.ApsWeldSeamStatistics">
        SELECT produce_year as year,
            produce_month as month,
            production_base as productionBase,
            work_order_type as workOrderType,
            classification,
        sum(total_weld_seam) as total
        FROM   aps_weld_seam
        GROUP BY produce_year, produce_month,   production_base,  work_order_type, classification
    </select>
</mapper>