lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentProcessParametersMapper.xml
@@ -2,4 +2,11 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="org.jeecg.modules.eam.mapper.EamEquipmentProcessParametersMapper"> <select id="queryPageList" resultType="org.jeecg.modules.eam.entity.EamEquipmentProcessParameters"> select wmo.*, e.parameter_code, e.parameter_unit from eam_equipment_process_parameters wmo inner join eam_process_parameters e on wmo.parameter_id = e.id ${ew.customSqlSegment} </select> </mapper>