wu
2024-08-13 c7e6ef17c73feb1a3bf4bf0d6762d46f26fd4709
hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/mapper/TaskCacheMapper.xml
@@ -13,6 +13,7 @@
        FROM task_cache
        <where>
            end_cell = #{line}
            and deleted = 0
            AND task_type in
            <foreach collection="taskTypes" item="item" open='(' close=')' separator=','>
                #{item}