| | |
| | | t1.approval approval, |
| | | t1.fault_time faultTime, |
| | | t1.source source, |
| | | t1.type, |
| | | t1.source_id sourceId, |
| | | t1.urgency urgency, |
| | | t1.is_create_order isCreateOrder, |
| | |
| | | t2.num equipmentNum, |
| | | t2.name equipmentName, |
| | | t2.model equipmentModel, |
| | | t2.specific_equipment specificEquipment, |
| | | t2.team_id teamId, |
| | | t2.specification equipmentSpecification, |
| | | t3.depart_name departName, |
| | |
| | | <if test="params.model != null and params.model != ''"> |
| | | and t2.model like concat('%',#{params.model},'%') |
| | | </if> |
| | | <if test="params.specificEquipment != null and params.specificEquipment != ''"> |
| | | and t2.specific_equipment = #{params.specificEquipment} |
| | | </if> |
| | | <if test="params.specification != null and params.specification != ''"> |
| | | and t2.specification like concat('%',#{params.specification},'%') |
| | | </if> |