lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentReportRepairMapper.xml
@@ -114,6 +114,12 @@ #{num} </foreach> </if> <if test="params.workCenterIds != null"> and t2.work_center_id in <foreach collection="params.workCenterIds" open="(" separator="," close=")" item="workCenterId"> #{workCenterId} </foreach> </if> ORDER BY t1.create_time desc </select> <select id="exportList" resultType="org.jeecg.modules.eam.vo.RepairReportExportVo"> @@ -145,6 +151,7 @@ t2.num equipmentNum, t2.name equipmentName, t2.model equipmentModel, t2.model, t2.team_id teamId, t2.specification specification, t2.use_id useId,