lyh
2025-08-14 37ad4f4417c940b2b376cbcdcc22a097f2cd12a9
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamMaintenanceStandardMapper.xml
@@ -11,4 +11,14 @@
            on f.data_id=ems.id
            ${ew.customSqlSegment}
    </select>
    <select id="queryList" resultType="org.jeecg.modules.eam.entity.EamEquipment">
        SELECT
            e.*,
            ems.id as 'maintenanceStandardId',
            ems.standard_name as 'maintenanceStandardName'
        FROM
            eam_equipment e
                INNER JOIN eam_maintenance_standard ems ON ems.equipment_id = e.id
            ${ew.customSqlSegment}
    </select>
</mapper>