| | |
| | | <mapper namespace="org.jeecg.modules.eam.mapper.EamThirdMaintenanceFurnaceMapper"> |
| | | |
| | | <select id="queryPageList" resultType="org.jeecg.modules.eam.entity.EamThirdMaintenanceFurnace"> |
| | | select tmf.*, e.equipment_code, e.equipment_name, e.equipment_model |
| | | select tmf.*, e.equipment_code, e.equipment_name, e.equipment_model,e.factory_org_code |
| | | from eam_third_maintenance_furnace tmf |
| | | inner join eam_equipment e |
| | | on tmf.equipment_id = e.id |
| | | ${ew.customSqlSegment} |
| | | </select> |
| | | </mapper> |
| | | <select id="queryList" resultType="org.jeecg.modules.eam.entity.EamThirdMaintenanceFurnace"> |
| | | select tmf.*, e.equipment_code, e.equipment_name, e.equipment_model,e.factory_org_code |
| | | from eam_third_maintenance_furnace tmf |
| | | inner join eam_equipment e |
| | | on tmf.equipment_id = e.id |
| | | ${ew.customSqlSegment} |
| | | </select> |
| | | </mapper> |