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