| | |
| | | <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, |
| | |
| | | |
| | | <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, |