yangbin
2025-02-20 ec077979f2d55b2a54e893085f4b845b729e69c3
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalShiftInfoMapper.xml
@@ -22,12 +22,12 @@
    <select id="findDataForBigScreen" resultType="org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo">
        SELECT
        THE_DATE,
        SUM( close_long ) close_long,
        SUM( open_long ) open_long,
        SUM( error_long ) error_long,
        SUM( wait_long ) wait_long,
        SUM( process_long ) process_long,
        SUM( total_long ) total_long
        SUM( close_long ) closedLong,
        SUM( open_long ) openingLong,
        SUM( error_long ) errorLong,
        SUM( wait_long ) waitingLong,
        SUM( process_long ) processingLong,
        SUM( total_long ) totalLong
        FROM
        mdc_equipment_statistical_shift_info
        <where>