iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml
@@ -29,6 +29,12 @@ <if test="params.endTime != null"> and t.time <= #{params.endTime} </if> <if test="params.objList != null"> and t.obj in <foreach collection="params.objList" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> </where> order by t.time desc