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_cod,e from eam_base_factory where eam_base_factory.id=#{eamCenterId}) </select> </mapper>