lyh
2025-07-09 fa2ea8ba96fe9b52814fcd55f5cebf2b5ce43f9d
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml
@@ -38,4 +38,10 @@
                           on e.id = ext.id
            ${ew.customSqlSegment}
    </select>
    <select id="queryByEamCenterId" resultType="org.jeecg.modules.eam.entity.EamEquipment">
        select * from
                     eam_equipment
                 where del_flag = 0
        and factory_org_code =(select org_code from eam_base_factory where eam_base_factory.id=#{eamCenterId})
    </select>
</mapper>