Lius
3 天以前 08394ddba46994e5b6c05080fc9b40b4daf36292
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalInfoMapper.xml
@@ -34,11 +34,11 @@
    <select id="findByEquipmentAndDate" resultType="org.jeecg.modules.mdc.entity.MdcEquipmentStatisticalInfo">
        SELECT
            the_date,
            AVG ( open_long ) openLong,
            AVG ( wait_long ) waitLong,
            AVG ( process_long ) processLong,
            AVG ( close_long ) closeLong,
            AVG ( error_long ) errorLong
            AVG( open_long ) openLong,
            AVG( wait_long ) waitLong,
            AVG( process_long ) processLong,
            AVG( close_long ) closeLong,
            AVG( error_long ) errorLong
        FROM
            mdc_equipment_statistical_info
        <where>