zhangherong
3 天以前 603af8f8c24e1a2b1e41310988b434f9f2926907
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>