| | |
| | | <if test="mdcEquipment.deviceCategory != null and mdcEquipment.deviceCategory != '' "> |
| | | AND t1.device_category = #{mdcEquipment.deviceCategory} |
| | | </if> |
| | | <if test="mdcEquipment.equipmentStatus != null "> |
| | | AND t1.equipment_status = #{mdcEquipment.equipmentStatus} |
| | | </if> |
| | | <if test="mdcEquipment.attribute != null "> |
| | | AND t1.attribute = #{mdcEquipment.attribute} |
| | | </if> |
| | | <if test="mdcEquipment.productionIds != null and mdcEquipment.productionIds.size() > 0 "> |
| | | AND t3.id IN |
| | | <foreach collection="mdcEquipment.productionIds" index="index" item="id" open="(" separator="," close=")"> |