common-buiness/src/main/java/cn/stylefeng/guns/modular/business/mapper/mapping/MentalTestTopicMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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> )