| | |
| | | t1.property_status propertyStatus, |
| | | t1.check_period checkPeriod, |
| | | t1.next_technology_status_qualification_time nextTechnologyStatusQualificationTime, |
| | | t1.technology_status_qualification_time technologyStatusQualificationTime |
| | | t1.technology_status_qualification_time technologyStatusQualificationTime, |
| | | t1.technology_status_verification_type technologyStatusVerificationType |
| | | from mom_eam_equipment t1 |
| | | left join (select * from mom_eam_equipment_category where del_flag = 0) t2 on t1.equipment_category_id = t2.id |
| | | where t1.del_flag = 0 |
| | |
| | | and t1.num like concat('%',#{num},'%') |
| | | </if> |
| | | <if test="name != null and name != ''"> |
| | | and t1.num like concat('%',#{name},'%') |
| | | and t1.name like concat('%',#{name},'%') |
| | | </if> |
| | | <if test="model != null and model != ''"> |
| | | and t1.model like concat('%',#{model},'%') |