无关风月
3 天以前 c97ae0369607c7091041273012b291d3b6e6bdc1
ruoyi-service/ruoyi-study/src/main/resources/mapper/sutdy/TCategoryMapper.xml
@@ -17,6 +17,12 @@
                #{item}
            </foreach>
        </if>
          <if test="null != req.secondIds and req.secondIds.size()>0" >
            and id in
            <foreach collection="req.secondIds" close=")" open="(" item="item" separator=",">
                #{item}
            </foreach>
        </if>
        and type = 1
        and disabled = 0
        order by createTime desc