feiyu02
2025-09-17 8c15c9cc0d6474ed77e313258f9b09f7f2d6366e
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)