无关风月
2024-12-31 52461f1688e83970d4aa3aa6b835bdf7719f5769
ruoyi-service/ruoyi-study/src/main/resources/mapper/sutdy/TSubjectMapper.xml
@@ -34,6 +34,13 @@
        <if test="req.type != null and req.type != ''">
            and `type` like concat('%',#{req.type},'%')
        </if>
        <if test="null != req.ids and req.ids.size()>0" >
            and firstCategory in
            <foreach collection="req.ids" close=")" open="(" item="item" separator=",">
                #{item}
            </foreach>
        </if>
        and disabled=0
        order by createTime desc
    </select>