src/main/kotlin/cn/flightfeather/supervision/domain/ds1/repository/MediaFileRep.kt
@@ -33,7 +33,7 @@ /** * 根据巡查记录和文件业务类型查询 */ fun findList(iGuid: String?, typeList: List<Int>): List<Mediafile?> { fun findList(iGuid: String?, typeList: List<Int?>): List<Mediafile?> { return mediaFileMapper.selectByExample(Example(Mediafile::class.java).apply { createCriteria().andEqualTo("iguid", iGuid) .andIn("businesstypeid", typeList)