| | |
| | | <if test="mdcProcessCountVo.driveType != null and mdcProcessCountVo.driveType != ''"> |
| | | AND t2.drive_type = #{ mdcProcessCountVo.driveType } |
| | | </if> |
| | | <if test="mdcProcessCountVo.deviceLevel != null and mdcProcessCountVo.deviceLevel != ''"> |
| | | AND t2.device_level = #{ mdcProcessCountVo.deviceLevel } |
| | | </if> |
| | | <if test="mdcProcessCountVo.deviceCategory != null and mdcProcessCountVo.deviceCategory != ''"> |
| | | AND t2.device_category = #{ mdcProcessCountVo.deviceCategory } |
| | | </if> |
| | | <if test="mdcProcessCountVo.startTime != null and mdcProcessCountVo.startTime != '' and mdcProcessCountVo.endTime != '' and mdcProcessCountVo.endTime != null"> |
| | | AND t1.the_date BETWEEN #{ mdcProcessCountVo.startTime } AND #{ mdcProcessCountVo.endTime } |
| | | </if> |