goupan
2024-04-08 07f3f7d5c49622ff710fffe8fb85c27729ac9c18
代码提交
1个文件已修改
2 ■■■ 已修改文件
common-buiness/src/main/java/cn/stylefeng/guns/modular/business/mapper/mapping/MentalTestTopicMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
common-buiness/src/main/java/cn/stylefeng/guns/modular/business/mapper/mapping/MentalTestTopicMapper.xml
@@ -9,7 +9,7 @@
            AND is_delete = 0
            <if test="classIdList != null and classIdList.size != 0">
                AND ( 1 = 2
                <foreach collection="classIdList" item="item" index="index" separator=",">
                <foreach collection="classIdList" item="item" index="index" separator=" ">
                    OR FIND_IN_SET( #{item}, class_id ) > 0
                </foreach>
                )