44323
2023-10-11 51290a32d713bab5595e4b255f63ccfc53aaa984
cloud-server-course/src/main/resources/mapper/TCourseMapper.xml
@@ -27,7 +27,6 @@
            </where>
    </update>
    <select id="queryCourseList" resultType="map">
        select id, type, name, introduce, coverDrawing, state from t_course where state != 3
        <if test="null != item.name and '' != item.name">