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>