zhoushihao
2024-08-12 c67d54ad523bf055add4c6f0d0bc9e966bc03cbd
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}