无关风月
2024-06-28 a79996fedf6be3af3292495d394e0f0250b71d4c
ruoyi-service/ruoyi-study/src/main/resources/mapper/sutdy/TStoryMapper.xml
@@ -34,6 +34,7 @@
        <if test="req.type != null and req.type != ''">
            and `type` like concat('%',#{req.type},'%')
        </if>
        order by createTime desc
    </select>
</mapper>