| | |
| | | <if test="mdcOverallEquipmentEfficiency.deviceCategory != null and mdcOverallEquipmentEfficiency.deviceCategory != ''"> |
| | | AND t2.device_category = #{ mdcOverallEquipmentEfficiency.deviceCategory } |
| | | </if> |
| | | <if test="mdcOverallEquipmentEfficiency.equipmentType != null and mdcOverallEquipmentEfficiency.equipmentType != ''"> |
| | | AND t2.equipment_type = #{ mdcOverallEquipmentEfficiency.equipmentType } |
| | | </if> |
| | | </where> |
| | | </select> |
| | | </mapper> |
| | |
| | | * 设备种类 |
| | | */ |
| | | private String deviceCategory; |
| | | /** |
| | | * 设备类型 |
| | | */ |
| | | private String equipmentType; |
| | | |
| | | } |