| | |
| | | AND t2.equipment_type = #{ vo.equipmentType } |
| | | </if> |
| | | <if test="vo.driveType != null and vo.driveType != '' "> |
| | | AND t2.drive_type = #{driveType} |
| | | AND t2.drive_type = #{ vo.driveType } |
| | | </if> |
| | | <if test="vo.equipmentIdList != null and vo.equipmentIdList.size() > 0 "> |
| | | AND t2.equipment_id IN |
| | |
| | | AND t2.equipment_type = #{ vo.equipmentType } |
| | | </if> |
| | | <if test="vo.driveType != null and vo.driveType != '' "> |
| | | AND t2.drive_type = #{driveType} |
| | | AND t2.drive_type = #{ vo.driveType } |
| | | </if> |
| | | <if test="vo.equipmentIdList != null and vo.equipmentIdList.size() > 0 "> |
| | | AND t2.equipment_id IN |
| | |
| | | AND t2.equipment_type = #{ vo.equipmentType } |
| | | </if> |
| | | <if test="vo.driveType != null and vo.driveType != '' "> |
| | | AND t2.drive_type = #{driveType} |
| | | AND t2.drive_type = #{ vo.driveType } |
| | | </if> |
| | | </where> |
| | | GROUP BY |