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