| | |
| | | ORDER BY t1.create_time DESC |
| | | </select> |
| | | <select id="queryPageList" resultType="org.jeecg.modules.eam.entity.EamRepairOrder"> |
| | | select wmo.*, e.equipment_code, e.equipment_name, e.installation_position |
| | | select wmo.*, e.equipment_code, e.equipment_name,e.equipment_model, e.installation_position |
| | | from eam_repair_order wmo |
| | | inner join eam_equipment e |
| | | on wmo.equipment_id = e.id |
| | | ${ew.customSqlSegment} |
| | | </select> |
| | | </mapper> |
| | | <select id="queryExportList" resultType="org.jeecg.modules.eam.dto.EamRepairOrderExport"> |
| | | select wmo.*, e.equipment_code, e.equipment_name,e.equipment_model, e.installation_position |
| | | from eam_repair_order wmo |
| | | inner join eam_equipment e |
| | | on wmo.equipment_id = e.id |
| | | ${ew.customSqlSegment} |
| | | </select> |
| | | </mapper> |