lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml
@@ -325,6 +325,12 @@ <if test="lineId != null and lineId != ''"> and t1.line_id = #{lineId} </if> <if test="userWorkCenterIds != null and userWorkCenterIds.size > 0"> and t1.work_center_id in <foreach collection="userWorkCenterIds" open="(" separator="," close=")" item="workCenterId"> #{workCenterId} </foreach> </if> order by t1.create_time desc </select>