44323
2023-11-24 ae9bfd2d66f68a553786ac78b12f4390e65e4e09
cloud-server-course/src/main/resources/mapper/CoursePackageStudentMapper.xml
@@ -61,7 +61,7 @@
        <where>
            <if test="null != tStudentId">
                py.studentId = #{tStudentId}
                and py.studentId = #{tStudentId}
            </if>
            and pg.type!=3
        </where>