Lius
2024-08-23 7c7463d2f5012c27ac50f1d2ac39fa09616fc813
lxzn-module-mdc/src/main/java/org/jeecg/modules/screen/mapper/xml/MdcLargeScreenMapper.xml
@@ -81,4 +81,18 @@
        WHERE
            t1.the_date = #{date}
    </select>
    <select id="efficiency" resultType="org.jeecg.modules.mdc.dto.MdcEfficiencyDto">
        SELECT
            the_date,
            SUM ( process_long ) process_long
        FROM
            mdc_equipment_statistical_info
        WHERE
            the_date BETWEEN #{startDate} AND #{endDate}
        GROUP BY
            the_date
        ORDER BY
            the_date ASC
    </select>
</mapper>