lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionOrderMapper.xml
@@ -72,6 +72,12 @@ <if test="params.inspectionEndTime != null"> and t1.actual_end_time <= #{params.inspectionEndTime} </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>