yangbin
2025-02-20 ec077979f2d55b2a54e893085f4b845b729e69c3
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentStatisticalInfoMapper.xml
@@ -4,7 +4,7 @@
    <select id="findDataRankingForBigScreen" resultType="org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo">
        SELECT
        equipment_id equipment,
        SUM( open_long ) openlong,
        SUM( open_long ) openingLong,
        SUM( close_long ) closelong,
        SUM( wait_long ) waitlong,
        SUM( process_long ) processingLong,
@@ -27,8 +27,8 @@
    <select id="findDataForBigScreen" resultType="org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo">
        SELECT
        equipment_id equipment,
        SUM( open_long ) openlong,
        the_date thedate,
        SUM( open_long ) openingLong,
        SUM( close_long ) closelong,
        SUM( wait_long ) waitlong,
        SUM( process_long ) processingLong,